logstash-gelf 1.5.1 released

I’ve released today logstash-gelf 1.5.1. This is a bugfix release for JBoss AS7/Wildfly users who use the NDC/MDC.

This release contains following changes:

Fixes

  • #29 JBoss 7 Logging Modification for Async support (thanks to @Batigoal)

Links

Maven coordinates:

<dependency>
	      <groupId>biz.paluch.logging</groupId>
	      <artifactId>logstash-gelf</artifactId>
	      <version>1.5.1</version>
	  </dependency>
	  

Any feedback is appreciated or create issues on GitHub.

You may also enjoy…