Skip to content

Commit

Permalink
switch to file based logging
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-hertel committed Nov 27, 2023
1 parent 4b97d92 commit 16c2e10
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 @@ -48,9 +48,8 @@ when@prod:
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
nested:
type: stream
path: php://stderr
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
formatter: monolog.formatter.json
console:
type: console
process_psr_3_messages: false
Expand Down

0 comments on commit 16c2e10

Please sign in to comment.