From 6026b1f06faea0f278e8f7e3154bdce5d2cd9073 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 4 Sep 2026 15:32:22 +0200 Subject: [PATCH] [symfony/monolog-bundle]: Adding `php bin/console debug:container monolog` (#1501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [symfony/monolog-bundle]: Adding `php bin/console debug:container monolog` Reason: Make it more obvious that the `channels` key here does not contain the full list of all channels. * Apply suggestion from @nicolas-grekas Co-authored-by: Nicolas Grekas --------- Co-authored-by: Jérôme Tamarelle Co-authored-by: Nicolas Grekas --- symfony/monolog-bundle/3.7/config/packages/monolog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/monolog-bundle/3.7/config/packages/monolog.yaml b/symfony/monolog-bundle/3.7/config/packages/monolog.yaml index bb597086..8a420973 100644 --- a/symfony/monolog-bundle/3.7/config/packages/monolog.yaml +++ b/symfony/monolog-bundle/3.7/config/packages/monolog.yaml @@ -1,5 +1,5 @@ monolog: - channels: + channels: # To see all channels, run bin/console debug:autowiring logger - deprecation # Deprecations are logged in the dedicated "deprecation" channel when it exists when@dev: