bernardphp / BernardBundle

Integrates Bernard with Symfony2.
http://bernard.rtfd.org
MIT License
96 stars 34 forks source link

Monolog fingers crossed handler don't reset after message process #56

Open malheirosrafa opened 7 years ago

malheirosrafa commented 7 years ago

Monolog fingers crossed handler don't reset after message process. Keeping the all logs of all messages until some error happen. In my case, when the buffer of of the handler overflow because lot's of message.

acrobat commented 6 years ago

@malheirosrafa symfony/monolog-bundle#118 maybe this issue can help you solve this? I'm not sure it's really a "bug" in this library but more the fact that the scripts all long running scripts and those will need some config tweaks (monolog)

flaushi commented 5 years ago

I guess this is intended behaviour: The consumer process runs for a longer time (eg. --time-limit=3600) and all messages within one hour are handled by this process (and all log messages are buffered so long)