Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion symfony/monolog-bundle/3.7/config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ when@prod:
type: console
process_psr_3_messages: false
channels: ["!event", "!doctrine"]
deprecation_deduplication:
Comment thread
ThomasLandauer marked this conversation as resolved.
type: deduplication
channels: [deprecation]
handler: deprecation
time: 86400 # 1 day
Comment thread
ThomasLandauer marked this conversation as resolved.
Outdated
deprecation:
type: stream
channels: [deprecation]
path: php://stderr
formatter: monolog.formatter.json