mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[GH-ISSUE #1720] New lines in stacktraces broken on Windows in some cases #723
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#723
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abordage on GitHub (Jun 26, 2022).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1720
Monolog version 2
In the log:
Must be:
The bug is the same as https://github.com/Seldaek/monolog/issues/1629
It is recommended to disable
allowInlineLineBreaks, but methodincludeStacktracesautomatically turns onallowInlineLineBreaks(see LineFormatter.php#L54-L63)@abordage commented on GitHub (Jun 26, 2022):
I created a PR which may not cover all cases, but fixes the current bug and doesn't break the logic