You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #173 ability to configure whether messages should be formatted as PSR-3 (ged15)
This PR was submitted for the master branch but it was merged into the 2.x branch instead (closes#173).
Discussion
----------
ability to configure whether messages should be formatted as PSR-3
This PR symfony/symfony#17166 (reasons described in symfony/symfony#15753) has changed the way messages are logged in Symfony. Now log messages contain placeholders (see https://github.com/symfony/symfony-standard/issues/981).
While this could be a useful feature, IMO by default in SE messages should be preformatted.
This PR introduces a new optional config option that makes the messages be preformatted by default but this behaviour can also be disabled.
Commits
-------
6c8a44b ability to configure whether messages should be formatted as PSR-3
44f3daf minor #179 removed obsolete code (fabpot)
7d28c5a Merge branch '2.x'
b6baaaf Merge branch '2.x'
57b33d6 removed obsolete code
a45682c updated CHANGELOG
bcbf4c5 fixed tests
079c3d1 feature #170 remove class parameters (avant1)
6398efc remove class parameters
885da32 added a CHANGELOG
d8b3f8a feature #169 Deprecate the NotFoundActivationStrategy class (BPScott)
b77bdf0 Deprecate the NotFoundActivationStrategy class
ce169ee bumped version to 3.x
0 commit comments