-
Notifications
You must be signed in to change notification settings - Fork 60
Some messages are lost #51
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
Comments
Hello @tarasrng ! Please check AsyncAppender documentation about how to configure As the error message from your stack trace 'An established connection was aborted by the software in your host machine' says, it is because of a closed TCP connection. Maybe the connection has been closed by Graylog or a firewall. Depending on the configuration of this library, a retry operation is being performed afterwards with another connection but that retry could end up with a similar exception if this other connection also has been closed. You could try the yet unreleased version of this library and configure the newly Let me know, if that helped and the value you had to use. |
@osiegmar thank you for suggestions! |
Indeed, |
Yep, it's a graceful shutdown, and I even do sleep to make sure all the messages have a chance to be logged. |
I'll close this ticket now as I highly doubt that it is related to this library itself. Please re-open it if you have additional information. |
I'm using the latest logback-gelf appender (3.0.0) and also tried the old one (2.2.0) with Spring Boot 2.2.2.RELEASE (web app)
Not all the messages are reaching Graylog, and when the app is under heavy load almost none of them are logged.
When enabling logback debug I see the following errors very often:
Also, there are the following errors:
Here is my config
The text was updated successfully, but these errors were encountered: