Created
February 5, 2018 08:41
-
-
Save olivergondza/b4ae019970a4ecf951c7f6e3672d0999 to your computer and use it in GitHub Desktop.
Turn on Java logging from console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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