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