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:
3131 type : fingers_crossed
3232 action_level : error
3333 handler : nested
34- excluded_http_codes : [ 404, 405 ]
35- channels : [ "!event" ]
34+ excluded_http_codes : [404, 405]
35+ channels : ["!event"]
3636 nested :
3737 type : stream
3838 path : " %kernel.logs_dir%/%kernel.environment%.log"
@@ -45,7 +45,7 @@ when@prod:
4545 type : fingers_crossed
4646 action_level : error
4747 handler : nested
48- excluded_http_codes : [ 404, 405 ]
48+ excluded_http_codes : [404, 405]
4949 buffer_size : 50 # How many messages should be saved? Prevent memory leaks
5050 nested :
5151 type : stream
@@ -55,7 +55,7 @@ when@prod:
5555 console :
5656 type : console
5757 process_psr_3_messages : false
58- channels : [ "!event", "!doctrine" ]
58+ channels : ["!event", "!doctrine"]
5959# deprecation:
6060# type: stream
6161# channels: [deprecation]
You can’t perform that action at this time.
0 commit comments