Skip to content

Commit

Permalink
Exclude ibexa.cache channel from logs, separate deprecation channel t…
Browse files Browse the repository at this point in the history
…o a separate log file
  • Loading branch information
emodric committed Feb 17, 2023
1 parent c5ec9a6 commit eb7dc14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ when@dev:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: ["!event", "!doctrine"]
channels: ["!event", "!doctrine", "!ibexa.cache", "!deprecation"]
deprecation:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.deprecation.log"
level: debug
channels: ["deprecation"]
# uncomment to get logging in your browser
# you may have to allow bigger header sizes in your Web server configuration
#firephp:
Expand Down

0 comments on commit eb7dc14

Please sign in to comment.