[TEST] LOG in TRACE only the library
This commit is contained in:
parent
9c9da21bdb
commit
a1791cf61d
@ -3,12 +3,12 @@
|
|||||||
# Default logging detail level for all instances of SimpleLogger.
|
# Default logging detail level for all instances of SimpleLogger.
|
||||||
# Must be one of ("trace", "debug", "info", "warn", or "error").
|
# Must be one of ("trace", "debug", "info", "warn", or "error").
|
||||||
# If not specified, defaults to "info".
|
# 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".
|
# Logging detail level for a SimpleLogger instance named "xxxxx".
|
||||||
# Must be one of ("trace", "debug", "info", "warn", or "error").
|
# Must be one of ("trace", "debug", "info", "warn", or "error").
|
||||||
# If not specified, the default logging detail level is used.
|
# If not specified, the default logging detail level is used.
|
||||||
#org.slf4j.simpleLogger.log.xxxxx=
|
org.slf4j.simpleLogger.log.org.kar.archidata=TRACE
|
||||||
|
|
||||||
# Set to true if you want the current date and time to be included in output messages.
|
# Set to true if you want the current date and time to be included in output messages.
|
||||||
# Default is false, and will output the number of milliseconds elapsed since startup.
|
# Default is false, and will output the number of milliseconds elapsed since startup.
|
||||||
|
Loading…
Reference in New Issue
Block a user