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

Add automatic check/trigger when logging is taking up too much memory #78

Open
brendanlensink opened this issue Jan 21, 2021 · 1 comment

Comments

@brendanlensink
Copy link
Contributor

If we're logging too much, it can cause weird bugs and the system to lock up which is bad.

We should look into adding some mechanism that will detect if we're logging too much to the file system and fire off a warning/error.

@apike
Copy link
Member

apike commented Jan 21, 2021

I would say that too much memory is one thing, but "too many logs per second/minute" is probably the biggest heuristic worth flagging.

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

No branches or pull requests

2 participants