File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ only for a specific handler.
233
233
234
234
Beware that log file sizes can grow very rapidly, leading to disk space exhaustion.
235
235
This is specially true in the ``dev `` environment, where a simple request can
236
- generate hundreds of log lines. Consider using tools like the `` logrotate ``
236
+ generate hundreds of log lines. Consider using tools like the `logrotate `_
237
237
Linux command to rotate log files before they become a problem.
238
238
239
239
A processor is simply a callable receiving the record as its first argument.
@@ -479,4 +479,5 @@ the ``monolog.processor`` tag:
479
479
->addArgument(new Reference('session'))
480
480
->addTag('monolog.processor', array('method' => 'processRecord', 'channel' => 'main'));
481
481
482
- .. _Monolog : https://github.com/Seldaek/monolog
482
+ .. _`Monolog` : https://github.com/Seldaek/monolog
483
+ .. _`logrotate` : https://fedorahosted.org/logrotate/
You can’t perform that action at this time.
0 commit comments