From 6aa652f7fbbd140ee72a39c1904200db9c5a3b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 14 Nov 2025 11:28:24 +0100 Subject: [PATCH] [Monolog] Remove commented code to log in the browser (#1475) --- .../monolog-bundle/3.1/config/packages/dev/monolog.yaml | 8 -------- .../monolog-bundle/3.3/config/packages/dev/monolog.yaml | 8 -------- symfony/monolog-bundle/3.7/config/packages/monolog.yaml | 8 -------- 3 files changed, 24 deletions(-) diff --git a/symfony/monolog-bundle/3.1/config/packages/dev/monolog.yaml b/symfony/monolog-bundle/3.1/config/packages/dev/monolog.yaml index b1998da1..71554587 100644 --- a/symfony/monolog-bundle/3.1/config/packages/dev/monolog.yaml +++ b/symfony/monolog-bundle/3.1/config/packages/dev/monolog.yaml @@ -5,14 +5,6 @@ monolog: path: "%kernel.logs_dir%/%kernel.environment%.log" level: debug channels: ["!event"] - # uncomment to get logging in your browser - # you may have to allow bigger header sizes in your Web server configuration - #firephp: - # type: firephp - # level: info - #chromephp: - # type: chromephp - # level: info console: type: console process_psr_3_messages: false diff --git a/symfony/monolog-bundle/3.3/config/packages/dev/monolog.yaml b/symfony/monolog-bundle/3.3/config/packages/dev/monolog.yaml index b1998da1..71554587 100644 --- a/symfony/monolog-bundle/3.3/config/packages/dev/monolog.yaml +++ b/symfony/monolog-bundle/3.3/config/packages/dev/monolog.yaml @@ -5,14 +5,6 @@ monolog: path: "%kernel.logs_dir%/%kernel.environment%.log" level: debug channels: ["!event"] - # uncomment to get logging in your browser - # you may have to allow bigger header sizes in your Web server configuration - #firephp: - # type: firephp - # level: info - #chromephp: - # type: chromephp - # level: info console: type: console process_psr_3_messages: false diff --git a/symfony/monolog-bundle/3.7/config/packages/monolog.yaml b/symfony/monolog-bundle/3.7/config/packages/monolog.yaml index 269f2818..bb597086 100644 --- a/symfony/monolog-bundle/3.7/config/packages/monolog.yaml +++ b/symfony/monolog-bundle/3.7/config/packages/monolog.yaml @@ -10,14 +10,6 @@ when@dev: path: "%kernel.logs_dir%/%kernel.environment%.log" level: debug channels: ["!event"] - # uncomment to get logging in your browser - # you may have to allow bigger header sizes in your Web server configuration - #firephp: - # type: firephp - # level: info - #chromephp: - # type: chromephp - # level: info console: type: console process_psr_3_messages: false