Skip to content

Commit

Permalink
Fix logger handler name
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 committed Nov 22, 2023
1 parent a407459 commit 6078c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ monolog:
channels: ['nosto_scheduler']

handlers:
myPluginLogHandler:
nostoSchedulerHandler:
type: rotating_file
path: "%kernel.logs_dir%/nosto_scheduler_%kernel.environment%.log"
level: error
Expand Down

0 comments on commit 6078c96

Please sign in to comment.