mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
Update monolog.yaml
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
monolog:
|
||||
handlers:
|
||||
# Enable if you need logs during (automated) tests
|
||||
#main:
|
||||
# type: stream
|
||||
# path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
# level: debug
|
||||
# channels: ["!event"]
|
||||
main:
|
||||
type: fingers_crossed
|
||||
action_level: error
|
||||
handler: nested
|
||||
excluded_http_codes: [404, 405]
|
||||
nested:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
||||
|
||||
Reference in New Issue
Block a user