From bb94fc1fbde01632559795a9c97cb951683697eb Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 9 Dec 2025 13:26:01 +0100 Subject: [PATCH] [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. --- 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 bb5970866..0f432859d 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 show all channels built-in by Symfony, run: php bin/console debug:container monolog - deprecation # Deprecations are logged in the dedicated "deprecation" channel when it exists when@dev: