[symfony/monolog-bundle]: Adding php bin/console debug:container monolog (#1501)

* [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 <nicolas.grekas@gmail.com>

---------

Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>
Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
This commit is contained in:
Thomas Landauer
2026-09-04 15:32:22 +02:00
committed by GitHub
co-authored by Jérôme Tamarelle Nicolas Grekas
parent e85d0fe564
commit 6026b1f06f
@@ -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: