Skip to content

Commit 472c803

Browse files
committed
Minor rewording
1 parent b52d4af commit 472c803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/logging/monolog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ only for a specific handler.
234234
Beware that log file sizes can grow very rapidly, leading to disk space exhaustion.
235235
This is specially true in the ``dev`` environment, where a simple request can
236236
generate hundreds of log lines. Consider using tools like the ``logrotate``
237-
Linux command to contain log files before they become a problem.
237+
Linux command to rotate log files before they become a problem.
238238

239239
A processor is simply a callable receiving the record as its first argument.
240240
Processors are configured using the ``monolog.processor`` DIC tag. See the

0 commit comments

Comments
 (0)