File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ handlers= java.util.logging.ConsoleHandler
2626# can be overriden by a facility specific level
2727# Note that the ConsoleHandler also has a separate level
2828# setting to limit messages printed to the console.
29- .level = FINE
29+ .level = FINEST
3030
3131# ###########################################################
3232# Handler specific properties.
@@ -40,7 +40,7 @@ handlers= java.util.logging.ConsoleHandler
4040# java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
4141
4242# Limit the message that are printed on the console to INFO and above.
43- java.util.logging.ConsoleHandler.level = FINE
43+ java.util.logging.ConsoleHandler.level = FINEST
4444java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
4545
4646# Example to customize the SimpleFormatter output format
You can’t perform that action at this time.
0 commit comments