File tree 1 file changed +6
-5
lines changed
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.
381
381
382
382
See :doc: `/logging/processors ` for details.
383
383
384
- Handling logs in long running processes
384
+ Handling Logs in Long Running Processes
385
385
---------------------------------------
386
386
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.
391
392
392
393
Learn more
393
394
----------
You can’t perform that action at this time.
0 commit comments