File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ your controller::
26
26
27
27
The ``logger `` service has different methods for different logging levels/priorities.
28
28
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 >`).
30
30
31
31
See LoggerInterface _ for a list of all of the methods on the logger.
32
32
Original file line number Diff line number Diff line change @@ -172,8 +172,3 @@ need to tag your services:
172
172
173
173
With this, you can now send log messages to the ``foo `` channel by using
174
174
the automatically registered logger service ``monolog.logger.foo ``.
175
-
176
- Learn more from the Cookbook
177
- ----------------------------
178
-
179
- * :doc: `/logging/monolog `
You can’t perform that action at this time.
0 commit comments