-
Notifications
You must be signed in to change notification settings - Fork 836
Documenting the changes to syslog.filter #589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
php/php-src#4265 restored the previous handling of multi-line log messages by adding `syslog.filter=raw`.
This comment has been minimized.
This comment has been minimized.
cmb69
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Highlight the fact that line splitting is happening in all of the three original modes, but not in "raw".
One can argue that this filter option is an incompatible change, because it forced logging to always splitt lines.
|
I hope this does not mess up anything unexpectedly. I was trying to recreate what other places use for the same effect. :) |
cmb69
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the nit, this looks good to me. Thank you!
cmb69
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
´Thanks!
php/php-src#4265 restored the previous handling of multi-line log messages by adding
syslog.filter=raw.Relates to https://bugs.php.net/bug.php?id=77913