We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad801d3 commit 2f6b7dfCopy full SHA for 2f6b7df
api/config/packages/monolog.yaml
@@ -56,7 +56,7 @@ when@prod:
56
process_psr_3_messages: false
57
channels: ["!event", "!doctrine"]
58
deprecation:
59
- type: stream
+ type: 'null' # Disable deprecation when APP_ENV=prod
60
channels: [deprecation]
61
- path: php://stderr
62
- formatter: monolog.formatter.json
+ #path: php://stderr
+ #formatter: monolog.formatter.json
0 commit comments