We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got to a point that my redis machine got full (0% freeable memory) . That caused the node app to work in 100% cpu trying to write the logs.
Is there a way to configure to drop logs when redis is not reachable? Which transport layer does it use? Can I use UDP and ignore lost packages?
It is not good design for me when logger failure cause system failure.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got to a point that my redis machine got full (0% freeable memory) .
That caused the node app to work in 100% cpu trying to write the logs.
Is there a way to configure to drop logs when redis is not reachable?
Which transport layer does it use? Can I use UDP and ignore lost packages?
It is not good design for me when logger failure cause system failure.
The text was updated successfully, but these errors were encountered: