Skip to content

Commit

Permalink
don't show deprecation notices in prod mode
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-sainthillier committed Jun 10, 2023
1 parent 3e88264 commit 0fecf75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ when@prod:
process_psr_3_messages: false
channels: ['!event', '!doctrine']
deprecation:
type: stream
type: 'null'
channels: [deprecation]
path: php://stderr

0 comments on commit 0fecf75

Please sign in to comment.