Skip to content

Commit

Permalink
Fix monolog config
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurJCQ committed Feb 2, 2024
1 parent 16f0076 commit 0cbdced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ when@prod:
type: rotating_file
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: info
max_file: 10
max_files: 10
console:
type: console
process_psr_3_messages: false
Expand Down

0 comments on commit 0cbdced

Please sign in to comment.