Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 472c803

Browse filesBrowse files
committed
Minor rewording
1 parent b52d4af commit 472c803
Copy full SHA for 472c803

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/logging/monolog.rst

Copy file name to clipboardExpand all lines: cookbook/logging/monolog.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.