From e24991e85251bceaf63b5ed9134cbd88a9477701 Mon Sep 17 00:00:00 2001 From: "Roland Franssen :)" Date: Sat, 12 Feb 2022 12:00:50 +0100 Subject: [PATCH] no IDE --- symfony/monolog-bundle/3.7/config/packages/monolog.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/symfony/monolog-bundle/3.7/config/packages/monolog.yaml b/symfony/monolog-bundle/3.7/config/packages/monolog.yaml index c3641321..62c7e8ec 100644 --- a/symfony/monolog-bundle/3.7/config/packages/monolog.yaml +++ b/symfony/monolog-bundle/3.7/config/packages/monolog.yaml @@ -31,8 +31,8 @@ when@test: type: fingers_crossed action_level: error handler: nested - excluded_http_codes: [ 404, 405 ] - channels: [ "!event" ] + excluded_http_codes: [404, 405] + channels: ["!event"] nested: type: stream path: "%kernel.logs_dir%/%kernel.environment%.log" @@ -45,7 +45,7 @@ when@prod: type: fingers_crossed action_level: error handler: nested - excluded_http_codes: [ 404, 405 ] + excluded_http_codes: [404, 405] buffer_size: 50 # How many messages should be saved? Prevent memory leaks nested: type: stream @@ -55,7 +55,7 @@ when@prod: console: type: console process_psr_3_messages: false - channels: [ "!event", "!doctrine" ] + channels: ["!event", "!doctrine"] # deprecation: # type: stream # channels: [deprecation]