Last active
March 13, 2018 11:14
-
-
Save arajkumar/3fec1fb47c50f99502d26b179b965dbc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// http://stackoverflow.com/questions/960099/how-to-set-up-java-logging-using-a-properties-file-java-util-logging | |
// put the desired class to debug in a log.conf file | |
handlers = java.util.logging.ConsoleHandler | |
java.util.logging.ConsoleHandler.level = ALL | |
com.sun.javafx.webkit.prism.WCGraphicsPrismContext.level = ALL | |
com.sun.javafx.webkit.prism.WCPathImpl.level = ALL | |
// Pass this flag to JVM: -Djava.util.logging.config.file=path/to/log.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment