t0xa / gelfj

Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.
https://github.com/t0xa/gelfj/wiki
Other
186 stars 116 forks source link

Sending TCP Messages will now block until sent #75

Closed statement2020 closed 10 years ago

statement2020 commented 10 years ago

Previously, the Graylog server could drop messages, as messages could be sent without acknowledgment of receipt. I think that they will now not drop, as the output stream would be in use.

Happy to test this further tomorrow.