File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
symfony/monolog-bundle/3.7/config/packages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ when@test:
31
31
type : fingers_crossed
32
32
action_level : error
33
33
handler : nested
34
- excluded_http_codes : [ 404, 405 ]
35
- channels : [ "!event" ]
34
+ excluded_http_codes : [404, 405]
35
+ channels : ["!event"]
36
36
nested :
37
37
type : stream
38
38
path : " %kernel.logs_dir%/%kernel.environment%.log"
@@ -45,7 +45,7 @@ when@prod:
45
45
type : fingers_crossed
46
46
action_level : error
47
47
handler : nested
48
- excluded_http_codes : [ 404, 405 ]
48
+ excluded_http_codes : [404, 405]
49
49
buffer_size : 50 # How many messages should be saved? Prevent memory leaks
50
50
nested :
51
51
type : stream
@@ -55,7 +55,7 @@ when@prod:
55
55
console :
56
56
type : console
57
57
process_psr_3_messages : false
58
- channels : [ "!event", "!doctrine" ]
58
+ channels : ["!event", "!doctrine"]
59
59
# deprecation:
60
60
# type: stream
61
61
# channels: [deprecation]
You can’t perform that action at this time.
0 commit comments