Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LogzioAppender does not let the JVM exit #2

Closed
MarinaRazumovsky opened this issue Feb 2, 2017 · 2 comments
Closed

LogzioAppender does not let the JVM exit #2

MarinaRazumovsky opened this issue Feb 2, 2017 · 2 comments
Assignees
Labels

Comments

@MarinaRazumovsky
Copy link
Collaborator

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
Copy link
Collaborator Author

#3

@MarinaRazumovsky
Copy link
Collaborator Author

fixed in 1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant