File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- ## 3.3.2 (2018-12-29 )
1+ ## 3.4.0 (xxxx-xx-xx )
22
3+ * Flush loggers on ` kernel.reset `
4+ * Register processors (` ProcessorInterface ` ) for autoconfiguration (tag: ` monolog.processor ` )
5+ * Expose configuration for the ` ConsoleHandler `
36* Fixed psr-3 processing being applied to all handlers, only leaf ones are now processing
47* Fixed regression when ` app ` channel is defined explicitly
58* Fixed handlers marked as nested not being ignored properly from the stack
Original file line number Diff line number Diff line change 1212namespace Symfony \Bundle \MonologBundle \DependencyInjection ;
1313
1414use Monolog \Processor \ProcessorInterface ;
15+ use Monolog \ResettableInterface ;
1516use Symfony \Bridge \Monolog \Processor \TokenProcessor ;
1617use Symfony \Bridge \Monolog \Processor \WebProcessor ;
1718use Symfony \Component \HttpKernel \DependencyInjection \Extension ;
2021use Symfony \Component \Config \FileLocator ;
2122use Symfony \Component \DependencyInjection \Definition ;
2223use Symfony \Component \DependencyInjection \Reference ;
23- use Monolog \ResettableInterface ;
2424
2525/**
2626 * MonologExtension is an extension for the Monolog library.
You can’t perform that action at this time.
0 commit comments