Skip to content

Commit 0734884

Browse files
committed
Fixing references
1 parent 7a98b23 commit 0734884

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ your controller::
2626

2727
The ``logger`` service has different methods for different logging levels/priorities.
2828
You can configure the logger to do different things based on the *level* of a message
29-
(e.g. :doc:`email me when an error occurs </logging/monolog_emails>`).
29+
(e.g. :doc:`email me when an error occurs </logging/monolog_email>`).
3030

3131
See LoggerInterface_ for a list of all of the methods on the logger.
3232

logging/channels_handlers.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,3 @@ need to tag your services:
172172
173173
With this, you can now send log messages to the ``foo`` channel by using
174174
the automatically registered logger service ``monolog.logger.foo``.
175-
176-
Learn more from the Cookbook
177-
----------------------------
178-
179-
* :doc:`/logging/monolog`

0 commit comments

Comments
 (0)