Skip to content

Commit

Permalink
GH-79 update logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Corless committed Nov 10, 2022
1 parent f9639a2 commit 37e83dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
# Set the default logging level for the root logger
#.level = OFF
#.level = ALL
.level=FINE
.level=FINER
#.level=INFO
# Set the default logging level for new ConsoleHandler instances
java.util.logging.ConsoleHandler.level=FINE
java.util.logging.ConsoleHandler.level=FINER
#java.util.logging.ConsoleHandler.level=INFO
# Set the default logging level for new FileHandler instances
java.util.logging.FileHandler.level=OFF
Expand Down

0 comments on commit 37e83dd

Please sign in to comment.