We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52d4af commit 472c803Copy full SHA for 472c803
cookbook/logging/monolog.rst
@@ -234,7 +234,7 @@ only for a specific handler.
234
Beware that log file sizes can grow very rapidly, leading to disk space exhaustion.
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``
237
- Linux command to contain log files before they become a problem.
+ Linux command to rotate log files before they become a problem.
238
239
A processor is simply a callable receiving the record as its first argument.
240
Processors are configured using the ``monolog.processor`` DIC tag. See the
0 commit comments