LogzioAppender does not let the JVM exit
MarinaRazumovsky opened this issue · 2 comments
MarinaRazumovsky commented
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.
MarinaRazumovsky commented
MarinaRazumovsky commented
fixed in 1.0.1