1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

# 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 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
# Suppress WindowsPreferences logging # 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 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
# Suppress WindowsPreferences logging # Suppress WindowsPreferences logging
java.util.prefs.WindowsPreferences = SEVERE java.util.prefs = SEVERE