Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
malheirosrafa opened this issue Oct 17, 2017 · 2 comments
Open

Comments

@malheirosrafa
Copy link

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
Copy link
Member

acrobat commented Nov 5, 2017

@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
Copy link

flaushi commented Sep 26, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants