From 994ad282abd75561905a680028360b5896f97f37 Mon Sep 17 00:00:00 2001 From: "Roland Franssen :)" Date: Sat, 12 Feb 2022 13:26:23 +0100 Subject: [PATCH] Update monolog.yaml --- .../3.7/config/packages/monolog.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/symfony/monolog-bundle/3.7/config/packages/monolog.yaml b/symfony/monolog-bundle/3.7/config/packages/monolog.yaml index 62c7e8ec..63a6f016 100644 --- a/symfony/monolog-bundle/3.7/config/packages/monolog.yaml +++ b/symfony/monolog-bundle/3.7/config/packages/monolog.yaml @@ -1,7 +1,7 @@ # As of Symfony 5.1, deprecations are logged in the dedicated "deprecation" channel when it exists -#monolog: -# channels: -# - deprecation +monolog: + channels: + - deprecation when@dev: monolog: @@ -56,7 +56,7 @@ when@prod: type: console process_psr_3_messages: false channels: ["!event", "!doctrine"] -# deprecation: -# type: stream -# channels: [deprecation] -# path: php://stderr + deprecation: + type: stream + channels: [deprecation] + path: php://stderr