Skip to content

Commit e24991e

Browse files
authored
no IDE
1 parent d04a02c commit e24991e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

symfony/monolog-bundle/3.7/config/packages/monolog.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)