logzio/logzio-log4j2-appender

LogzioAppender does not let the JVM exit

MarinaRazumovsky opened this issue · 2 comments

if I run the code example, it does not let the JVM exit (just sits there after the log statements). Probably the reason is of non-daemon thread.
Log4j 2 has a shutdownHook already specified, but since the JVM is not exiting (non-daemon thread), it is not getting called to shut down LogManager.

fixed in 1.0.1