We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 920f794 + 1824dc6 commit 37f02cfCopy full SHA for 37f02cf
config/packages/monolog.yaml
@@ -10,14 +10,7 @@ when@dev:
10
path: '%kernel.logs_dir%/%kernel.environment%.log'
11
level: debug
12
channels: ['!event']
13
- # uncomment to get logging in your browser
14
- # you may have to allow bigger header sizes in your Web server configuration
15
- #firephp:
16
- # type: firephp
17
- # level: info
18
- #chromephp:
19
- # type: chromephp
20
+ formatter: monolog.formatter.json
21
console:
22
type: console
23
process_psr_3_messages: false
@@ -36,6 +29,7 @@ when@test:
36
29
type: stream
37
30
38
31
32
39
33
40
34
when@prod:
41
35
monolog:
0 commit comments