3.5.0
- Added ability to indent stack traces in LineFormatter via e.g.
indentStacktraces(' ')
(#1835) - Added ability to configure a max level name length in LineFormatter via e.g.
setMaxLevelNameLength(3)
(#1850) - Added support for indexed arrays (i.e.
[]
and not{}
arrays once json serialized) containing inline linebreaks in LineFormatter (#1818) - Added
WithMonologChannel
attribute for integrators to use to configure autowiring (#1847) - Fixed log record
extra
data leaking between handlers that have handler-specific processors set (#1819) - Fixed LogglyHandler issue with record level filtering (#1841)
- Fixed display_errors parsing in ErrorHandler which did not support string values (#1804)
- Fixed bug where the previous error handler would not be restored in some cases where StreamHandler fails (#1815)
- Fixed normalization error when normalizing incomplete classes (#1833)
Full Changelog: 3.4.0...3.5.0