mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Comment deprecation logs
This commit is contained in:
@@ -14,11 +14,13 @@ monolog:
|
||||
type: console
|
||||
process_psr_3_messages: false
|
||||
channels: ["!event", "!doctrine"]
|
||||
deprecation:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"
|
||||
deprecation_filter:
|
||||
type: filter
|
||||
handler: deprecation
|
||||
max_level: info
|
||||
channels: ["php"]
|
||||
|
||||
# Uncomment to log deprecations
|
||||
#deprecation:
|
||||
# type: stream
|
||||
# path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"
|
||||
#deprecation_filter:
|
||||
# type: filter
|
||||
# handler: deprecation
|
||||
# max_level: info
|
||||
# channels: ["php"]
|
||||
|
||||
Reference in New Issue
Block a user