- Added support for server_log handler
- Allow configuring VERBOSITY_QUIET in console handlers
- Fixed autowiring
- Fixed slackbot handler not escaping channel names properly
- Fixed slackbot handler requiring
slack_team
instead ofteam
to be configured
- Fixed deprecation notices when using Symfony 3.3+ and PHP7+
- Revert disabling DebugHandler in CLI environments
- Update configuration for slack handlers for Monolog 1.22 new options
- Revert the removal of the DebugHandlerPass (needed for Symfony <3.2)
- Removed obsolete code (DebugHandlerPass)
- Removed class parameters for the container configuration
- Bumped minimum version of supported Symfony version to 2.7
- Removed
NotFoundActivationStrategy
(the bundle now uses the class from MonologBridge)