Skip to content

Commit 43842b9

Browse files
committed
Increase logging.
1 parent 5e19611 commit 43842b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logging.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4444
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
4545

4646
# Example to customize the SimpleFormatter output format

0 commit comments

Comments
 (0)