Skip to content

Commit

Permalink
correct property name for default log level
Browse files Browse the repository at this point in the history
  • Loading branch information
thomo committed Apr 18, 2014
1 parent fdafef0 commit dae64a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slf4j-simple/src/test/resources/simplelogger.properties
Expand Up @@ -4,7 +4,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.defaultLog=info
#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 dae64a2

Please sign in to comment.