Merge "SDN-R helpserver show version info"
[ccsdk/features.git] / sdnr / wt / websocketmanager2 / provider / src / test / resources / simplelogger.properties
1 # SLF4J's SimpleLogger configuration file
2 # Simple implementation of Logger that sends all enabled log messages, for all defined loggers, to System.err.
3
4 # Default logging detail level for all instances of SimpleLogger.
5 # Must be one of ("trace", "debug", "info", "warn", or "error").
6 # If not specified, defaults to "info".
7 org.slf4j.simpleLogger.defaultLogLevel=trace
8
9 # Logging detail level for a SimpleLogger instance named "xxx.yyy.zzz".
10 # Must be one of ("trace", "debug", "info", "warn", or "error").
11 # If not specified, the default logging detail level is used.
12 # org.slf4j.simpleLogger.log.xxx.yyy=debug
13 org.slf4j.simpleLogger.log.org.onap.ccsdk.features.sdnr.wt.devicemanager=debug
14 org.slf4j.simpleLogger.log.org.onap.ccsdk.features.sdnr.wt.devicemanager.base.internalTypes.Resources=info
15 org.slf4j.simpleLogger.log.org.onap.ccsdk.features.sdnr.wt.devicemanager.base.netconf.container=trace
16
17 # Set to true if you want the current date and time to be included in output messages.
18 # Default is false, and will output the number of milliseconds elapsed since startup.
19 #org.slf4j.simpleLogger.showDateTime=false
20
21 # The date and time format to be used in the output messages.
22 # The pattern describing the date and time format is the same that is used in java.text.SimpleDateFormat.
23 # If the format is not specified or is invalid, the default format is used.
24 # The default format is yyyy-MM-dd HH:mm:ss:SSS Z.
25 #org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss:SSS Z
26
27 # Set to true if you want to output the current thread name.
28 # Defaults to true.
29 #org.slf4j.simpleLogger.showThreadName=true
30
31 # Set to true if you want the Logger instance name to be included in output messages.
32 # Defaults to true.
33 #org.slf4j.simpleLogger.showLogName=true
34
35 # Set to true if you want the last component of the name to be included in output messages.
36 # Defaults to false.
37 #org.slf4j.simpleLogger.showShortLogName=false