logback-gelf
logback-gelf copied to clipboard
Logback appender that sends Graylog Extended Log Format (GELF) messages
Then the AMQP Connection thread handles an UnexpectedConnectionDriverException, a MissedHeartbeatException for example, it tries to log the error message. In the process of logging, this thread takes lock on GelfAppender...
When I try to execute my application using a wrong hostname in the graylog configuration, I got an exception: ``` 15:34:26,847 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]...
https://github.com/pukkaone/logback-gelf/blob/73a6c972ecd07d979446e894c3b289e68a5ef404/src/main/java/com/github/pukkaone/gelf/protocol/GelfSender.java#L17 As it is not using try-with-resources or properly handling close on finally() there is a risk of memory leak on "off-heap" memory. See: http://www.evanjones.ca/java-native-leak-bug.html
I mean not using a logback.xml. jusu using java code. help plz.
It would be great if you would add this project to the [Graylog Marketplace](https://marketplace.graylog.org/).
Hello, Since this property "sslTrustAllCertificates" accepts the boolean argument, where and how the java application find the trust and key store, certificates and passwords, to communicate over ssl. Please explain...