File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
edu.cuny.hunter.streamrefactoring.core 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
26
26
# can be overriden by a facility specific level
27
27
# Note that the ConsoleHandler also has a separate level
28
28
# setting to limit messages printed to the console.
29
- edu.cuny.hunter.streamrefactoring.level = FINE
29
+ edu.cuny.hunter.streamrefactoring.level = INFO
30
30
31
31
# ###########################################################
32
32
# Handler specific properties.
@@ -40,7 +40,7 @@ edu.cuny.hunter.streamrefactoring.level= FINE
40
40
# java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
41
41
42
42
# 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
44
44
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
45
45
46
46
# Example to customize the SimpleFormatter output format
You can’t perform that action at this time.
0 commit comments