Skip to content

Instantly share code, notes, and snippets.

@arajkumar
Last active March 13, 2018 11:14
Show Gist options
  • Save arajkumar/3fec1fb47c50f99502d26b179b965dbc to your computer and use it in GitHub Desktop.
Save arajkumar/3fec1fb47c50f99502d26b179b965dbc to your computer and use it in GitHub Desktop.
// 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