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 )
2
2
3
+ * Flush loggers on ` kernel.reset `
4
+ * Register processors (` ProcessorInterface ` ) for autoconfiguration (tag: ` monolog.processor ` )
5
+ * Expose configuration for the ` ConsoleHandler `
3
6
* Fixed psr-3 processing being applied to all handlers, only leaf ones are now processing
4
7
* Fixed regression when ` app ` channel is defined explicitly
5
8
* Fixed handlers marked as nested not being ignored properly from the stack
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \MonologBundle \DependencyInjection ;
13
13
14
14
use Monolog \Processor \ProcessorInterface ;
15
+ use Monolog \ResettableInterface ;
15
16
use Symfony \Bridge \Monolog \Processor \TokenProcessor ;
16
17
use Symfony \Bridge \Monolog \Processor \WebProcessor ;
17
18
use Symfony \Component \HttpKernel \DependencyInjection \Extension ;
20
21
use Symfony \Component \Config \FileLocator ;
21
22
use Symfony \Component \DependencyInjection \Definition ;
22
23
use Symfony \Component \DependencyInjection \Reference ;
23
- use Monolog \ResettableInterface ;
24
24
25
25
/**
26
26
* MonologExtension is an extension for the Monolog library.
You can’t perform that action at this time.
0 commit comments