You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: