3 - deprecation # Deprecations are logged in the dedicated "deprecation" channel when it exists
12 formatter: monolog.formatter.line
14 # uncomment to get logging in your browser
15 # you may have to allow bigger header sizes in your Web server configuration
24 process_psr_3_messages: false
25 channels: ["!event", "!doctrine", "!console"]
34 excluded_http_codes: [404, 405]
38 path: "%kernel.logs_dir%/%kernel.environment%.log"
48 excluded_http_codes: [404, 405]
49 buffer_size: 50 # How many messages should be saved? Prevent memory leaks
54 formatter: monolog.formatter.line
57 process_psr_3_messages: false
58 channels: ["!event", "!doctrine"]
61 channels: [deprecation]
63 formatter: monolog.formatter.line