File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -381,13 +381,14 @@ information to your log entries.
381381
382382See :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
392393Learn more
393394----------
You can’t perform that action at this time.
0 commit comments