2017-11-09 11:53:01 -05:00
|
|
|
monolog:
|
|
|
|
handlers:
|
|
|
|
main:
|
|
|
|
type: fingers_crossed
|
|
|
|
action_level: error
|
|
|
|
handler: nested
|
2017-11-30 15:06:13 -05:00
|
|
|
excluded_404s:
|
|
|
|
# regex: exclude all 404 errors from the logs
|
|
|
|
- ^/
|
2017-11-09 11:53:01 -05:00
|
|
|
nested:
|
|
|
|
type: stream
|
2017-11-30 15:06:13 -05:00
|
|
|
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
2017-11-09 11:53:01 -05:00
|
|
|
level: debug
|
|
|
|
console:
|
2018-07-18 14:48:22 -04:00
|
|
|
type: console
|
2017-11-09 11:53:01 -05:00
|
|
|
process_psr_3_messages: false
|
2017-11-30 15:06:13 -05:00
|
|
|
channels: ["!event", "!doctrine"]
|