Skip to content

Instantly share code, notes, and snippets.

@t-cyrill
Created August 11, 2014 15:15
Show Gist options
  • Save t-cyrill/3f907c35d6419ae57c4b to your computer and use it in GitHub Desktop.
Save t-cyrill/3f907c35d6419ae57c4b to your computer and use it in GitHub Desktop.
.level = WARNING
handlers= java.util.logging.FileHandler
java.util.logging.FileHandler.pattern = client_log_%u.log
java.util.logging.FileHandler.limit = 50000
java.util.logging.FileHandler.count = 1
java.util.logging.FileHandler.append = true
java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment