Skip to content

Commit

Permalink
Merge branch 'main' into more_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Feb 28, 2024
2 parents 1b8dfdd + 092cb63 commit b7dc1d8
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 @@ -26,7 +26,7 @@ handlers= java.util.logging.ConsoleHandler
# can be overriden by a facility specific level
# Note that the ConsoleHandler also has a separate level
# setting to limit messages printed to the console.
.level= INFO
.level= FINE

############################################################
# Handler specific properties.
Expand All @@ -40,7 +40,7 @@ handlers= java.util.logging.ConsoleHandler
#java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter

# Limit the message that are printed on the console to INFO and above.
java.util.logging.ConsoleHandler.level = INFO
java.util.logging.ConsoleHandler.level = FINE
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter

# Example to customize the SimpleFormatter output format
Expand Down

0 comments on commit b7dc1d8

Please sign in to comment.