Skip to content

Commit

Permalink
Change monolog output path (#297)
Browse files Browse the repository at this point in the history
* Change monolog output path

* Fix monolog config
  • Loading branch information
aerrasti committed Feb 7, 2022
1 parent 1d4893a commit a4aec87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/config/packages/dev/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ monolog:
handlers:
main:
type: stream
path: '%kernel.logs_dir%/%kernel.environment%.log'
path: php://stderr
level: debug
channels: ['!event']
formatter: monolog.formatter.json
channels: ["!event", "!doctrine"]
console:
type: console
process_psr_3_messages: false
Expand Down

0 comments on commit a4aec87

Please sign in to comment.