From b1639c7a45eed23b3e0659b9d4746f4d5a34b561 Mon Sep 17 00:00:00 2001 From: Mynyx Date: Sat, 22 Jun 2019 23:02:49 +0200 Subject: [PATCH] Update channels_handlers.rst --- logging/channels_handlers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logging/channels_handlers.rst b/logging/channels_handlers.rst index f63a836c0c8..b2b191828ea 100644 --- a/logging/channels_handlers.rst +++ b/logging/channels_handlers.rst @@ -15,8 +15,8 @@ the channel). .. note:: Each channel corresponds to a logger service (``monolog.logger.XXX``) - in the container (use the ``debug:container`` command to see a full list) - and those are injected into different services. + in the container (use the ``php bin/console debug:container monolog`` command + to see a full list) and those are injected into different services. .. _logging-channel-handler: