Releases: symfony/monolog-bundle
Releases · symfony/monolog-bundle
2.8.1
2.8.0
Features:
- Added a service definition for LogstashFormatter
- Added support for configuring
flush_on_overflow
for the BufferHandler - Added support for configuring the message format and the usage of ssl for HipchatHandler
- Added support for DIC parameters in channel names in the
monolog.channel
tag - Added support for disabling the lazy proxy for the swiftmailer handler
- Added support for Symfony 3.0
- Improved performance when using the swiftmailer handler for requests not sending any email
Bug fixes:
- Removed usage of deprecated APIs to run on Symfony 2.7 without warning
- Fixed the support of multiple mailers when using the spool
v2.7.1
v2.7.0
v2.6.1
v2.6.0
- Added support for SyslogUdpHandler
- Added support for LogEntriesHandler
- Added support for FilterHandler
- Added support for BrowserConsoleHandler
- Added support for FlowdockHandler
- Added support for RollbarHandler
- Added support for the new $passthruLevel argument in the fingers_crossed handler
- Added support for the new graylog2/gelf-php lib in addition to mlehner/gelf-php
- Added ability to use a custom client service in the raven handler
- Fixed swift_mailer support for a custom mailer service
v2.5.1
v2.5.0
v2.4.1
v2.4.0
- Added support for the console, newrelic, hipchat, cube, amqp and error_log handlers
- Added monolog.channels config option to define additional channels
- Added excluded_404s property to the fingers_crossed handler to avoid logging 404s matching those regex patterns
- Added ability to set multiple user ids in the pushover handler
- Added support for an empty dsn in raven handler