You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: Maximum function nesting level of '256' reached, aborting! in /srv/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php on line 31
Symfony\Component\Debug\Exception\FatalThrowableError: Maximum function nesting level of '256' reached, aborting! in /srv/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php on line 31
when a one is flushing more than 256 times in a script, while using this bundle. One can see in the stack trace a long chain of LoggerChain.php instances, which at some point trips the php's configured max recursion level.
There are use cases when one needs to flush a lot in a script.
Fyi.
The text was updated successfully, but these errors were encountered:
Hello,
This leads to
when a one is flushing more than 256 times in a script, while using this bundle. One can see in the stack trace a long chain of
LoggerChain.php
instances, which at some point trips the php's configured max recursion level.There are use cases when one needs to flush a lot in a script.
Fyi.
The text was updated successfully, but these errors were encountered: