Removed deprecation messages from log in prod
This commit is contained in:
parent
7945b1b765
commit
90c16cad26
1 changed files with 1 additions and 1 deletions
|
|
@ -56,6 +56,6 @@ when@prod:
|
||||||
process_psr_3_messages: false
|
process_psr_3_messages: false
|
||||||
channels: ["!event", "!doctrine"]
|
channels: ["!event", "!doctrine"]
|
||||||
deprecation:
|
deprecation:
|
||||||
type: stream
|
type: "null"
|
||||||
channels: [deprecation]
|
channels: [deprecation]
|
||||||
path: php://stderr
|
path: php://stderr
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue