Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80d56a0

Browse files
committed
Reformatting
1 parent 59b5689 commit 80d56a0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

logging.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -381,13 +381,14 @@ information to your log entries.
381381

382382
See :doc:`/logging/processors` for details.
383383

384-
Handling logs in long running processes
384+
Handling Logs in Long Running Processes
385385
---------------------------------------
386386

387-
During long running processes, logs can be accumulated into Monolog and cause some buffer overflow,
388-
memory increase or even non logical logs.
389-
Monolog in-memory data can be cleared using the ``reset()`` method on a ``Monolog\Logger`` instance.
390-
This should typically be called between every jobs/tasks that a long running process is working through.
387+
During long running processes, logs can be accumulated into Monolog and cause some
388+
buffer overflow, memory increase or even non logical logs. Monolog in-memory data
389+
can be cleared using the ``reset()`` method on a ``Monolog\Logger`` instance.
390+
This should typically be called between every job or task that a long running process
391+
is working through.
391392

392393
Learn more
393394
----------

0 commit comments

Comments
 (0)