handlers:
main:
type: stream
- path: "%kernel.logs_dir%/%kernel.environment%.log"
+ path: php://stderr
level: debug
+ formatter: monolog.formatter.line
channels: ["!event"]
# uncomment to get logging in your browser
# you may have to allow bigger header sizes in your Web server configuration
type: stream
path: php://stderr
level: debug
- formatter: monolog.formatter.json
+ formatter: monolog.formatter.line
console:
type: console
process_psr_3_messages: false
type: stream
channels: [deprecation]
path: php://stderr
- formatter: monolog.formatter.json
+ formatter: monolog.formatter.line