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

amqp implementation #55

Closed h0nIg closed 11 years ago

h0nIg commented 11 years ago

example configuration:

log4j.appender.graylog2.amqpURI=amqp://user:pw@host:port/%2F log4j.appender.graylog2.amqpExchangeName=graylog.gelf log4j.appender.graylog2.amqpRoutingKey=# log4j.appender.graylog2.amqpMaxRetries=5 log4j.appender.graylog2.facility=test-application log4j.appender.graylog2.extractStacktrace=true log4j.appender.graylog2.addExtendedInformation=false

h0nIg commented 11 years ago

@t0xa , is there a chance that you are going to merge the commit, since you didn't wrote a statement to this request?

t0xa commented 11 years ago

Hello,

Merged into v1.1.2. Jar available in central maven repo.

Thanks, Anton