# Suppress WindowsPreferences logging

This commit is contained in:
Reinhard Pointner 2016-11-06 01:37:26 +08:00
parent 8a391ee0ac
commit 0f1670c259
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ java.util.logging.ConsoleHandler.level = WARNING
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
# Suppress WindowsPreferences logging
java.util.prefs.WindowsPreferences = SEVERE
java.util.prefs = SEVERE

View File

@ -9,4 +9,4 @@ java.util.logging.ConsoleHandler.level = WARNING
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
# Suppress WindowsPreferences logging
java.util.prefs.WindowsPreferences = SEVERE
java.util.prefs = SEVERE