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

[Feat] Anti log spam #11

Open
neoteknic opened this issue Jan 23, 2020 · 7 comments
Open

[Feat] Anti log spam #11

neoteknic opened this issue Jan 23, 2020 · 7 comments

Comments

@neoteknic
Copy link

Add throttle option to log (use Cache / redis cache) to don't spam many time the same error
with 2 options : enabled, throttle time (default 3600 sec)
key is : md5(the error name, file name, and line number)

@vpratfr
Copy link
Member

vpratfr commented Jan 23, 2020 via email

@tarikhagustia
Copy link

i think we don't need to cache the error notification, because we need to fix the error as soon as possible

@vpratfr
Copy link
Member

vpratfr commented Jul 20, 2020

I agree it would be a nice thing to have. That error could be muted for an hour and then popup again to avoid too much noise.

@MrJmpl3
Copy link

MrJmpl3 commented Aug 18, 2020

I think the AntiLog Spam its great but need be a another package.

@illnesse
Copy link

Was just looking if someone already suggested log throttling 👍

@vpratfr
Copy link
Member

vpratfr commented Mar 18, 2021

I think the AntiLog Spam its great but need be a another package.

true

@Chrisx84
Copy link

Chrisx84 commented Apr 1, 2024

would be a nice feature since one error in a cronjob can trigger the spam but also good to know that its a critical bug that needs attention immediately.

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

6 participants