mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[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:
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:
|
||||
|
||||
Reference in New Issue
Block a user