mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 12:54:30 +02:00
Updated symfony/monolog-bridge recipes.
This commit is contained in:
parent
41baf47096
commit
38028fcfc5
3 changed files with 10 additions and 11 deletions
8
config/packages/prod/deprecations.yaml
Normal file
8
config/packages/prod/deprecations.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# As of Symfony 5.1, deprecations are logged in the dedicated "deprecation" channel when it exists
|
||||||
|
#monolog:
|
||||||
|
# channels: [deprecation]
|
||||||
|
# handlers:
|
||||||
|
# deprecation:
|
||||||
|
# type: stream
|
||||||
|
# channels: [deprecation]
|
||||||
|
# path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"
|
|
@ -14,13 +14,3 @@ monolog:
|
||||||
type: console
|
type: console
|
||||||
process_psr_3_messages: false
|
process_psr_3_messages: false
|
||||||
channels: ["!event", "!doctrine"]
|
channels: ["!event", "!doctrine"]
|
||||||
|
|
||||||
# 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"]
|
|
||||||
|
|
|
@ -628,10 +628,11 @@
|
||||||
"repo": "github.com/symfony/recipes",
|
"repo": "github.com/symfony/recipes",
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"version": "3.3",
|
"version": "3.3",
|
||||||
"ref": "a89f4cd8a232563707418eea6c2da36acd36a917"
|
"ref": "d7249f7d560f6736115eee1851d02a65826f0a56"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./config/packages/dev/monolog.yaml",
|
"./config/packages/dev/monolog.yaml",
|
||||||
|
"./config/packages/prod/deprecations.yaml",
|
||||||
"./config/packages/prod/monolog.yaml",
|
"./config/packages/prod/monolog.yaml",
|
||||||
"./config/packages/test/monolog.yaml"
|
"./config/packages/test/monolog.yaml"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue