Skip to content

Instantly share code, notes, and snippets.

@olivergondza
Created February 5, 2018 08:41
Show Gist options
  • Save olivergondza/b4ae019970a4ecf951c7f6e3672d0999 to your computer and use it in GitHub Desktop.
Save olivergondza/b4ae019970a4ecf951c7f6e3672d0999 to your computer and use it in GitHub Desktop.
Turn on Java logging from console
# java -Djava.util.logging.config.file=logging.properties ...
handlers=java.util.logging.ConsoleHandler
.level=FINEST
java.util.logging.ConsoleHandler.level=FINEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment