Skip to content

Commit

Permalink
Defaulting to log level info for test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 30, 2024
1 parent a5d6e48 commit 57493df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Default logging detail level for all instances of SimpleLogger.
# Must be one of ("trace", "debug", "info", "warn", or "error").
# If not specified, defaults to "info".
org.slf4j.simpleLogger.defaultLogLevel=debug
org.slf4j.simpleLogger.defaultLogLevel=info

# Logging detail level for a SimpleLogger instance named "xxxxx".
# Must be one of ("trace", "debug", "info", "warn", or "error").
Expand Down

0 comments on commit 57493df

Please sign in to comment.