Skip to content

Commit c5876be

Browse files
committed
Log INFO level messages.
1 parent fc025f7 commit c5876be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

edu.cuny.hunter.streamrefactoring.core/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-
edu.cuny.hunter.streamrefactoring.level= FINE
29+
edu.cuny.hunter.streamrefactoring.level= INFO
3030

3131
############################################################
3232
# Handler specific properties.
@@ -40,7 +40,7 @@ edu.cuny.hunter.streamrefactoring.level= FINE
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 = INFO
4444
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
4545

4646
# Example to customize the SimpleFormatter output format

0 commit comments

Comments
 (0)