Skip to content

Commit 012784e

Browse files
committed
minor #11812 Update logging/channels_handlers.rst to show private monolog services (Mynyx)
This PR was merged into the 3.4 branch. Discussion ---------- Update logging/channels_handlers.rst to show private monolog services The command `php bin/console debug:container` without parameters shows only public services. Therefore the parameter monolog is necessary. Commits ------- b1639c7 Update channels_handlers.rst
2 parents 089cc19 + b1639c7 commit 012784e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logging/channels_handlers.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ the channel).
1515
.. note::
1616

1717
Each channel corresponds to a logger service (``monolog.logger.XXX``)
18-
in the container (use the ``debug:container`` command to see a full list)
19-
and those are injected into different services.
18+
in the container (use the ``php bin/console debug:container monolog`` command
19+
to see a full list) and those are injected into different services.
2020

2121
.. _logging-channel-handler:
2222

0 commit comments

Comments
 (0)