Add x-ran devicemanager
[oam.git] / features / devicemanager / x-ran / ru-fh / provider / src / test / resources / simplelogger.properties
1 #
2 # ============LICENSE_START=======================================================
3 # ONAP : ccsdk features
4 # ================================================================================
5 # Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10 #
11 #     http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=======================================================
19 #
20 #
21
22 # SLF4J's SimpleLogger configuration file
23 # Simple implementation of Logger that sends all enabled log messages, for all defined loggers, to System.err.
24
25 # Default logging detail level for all instances of SimpleLogger.
26 # Must be one of ("trace", "debug", "info", "warn", or "error").
27 # If not specified, defaults to "info".
28 org.slf4j.simpleLogger.defaultLogLevel=info
29
30 # Logging detail level for a SimpleLogger instance named "xxx.yyy.zzz".
31 # Must be one of ("trace", "debug", "info", "warn", or "error").
32 # If not specified, the default logging detail level is used.
33 # org.slf4j.simpleLogger.log.xxx.yyy=debug
34 org.slf4j.simpleLogger.log.org.onap.ccsdk.features.sdnr.wt.devicemanager=info
35 org.slf4j.simpleLogger.log.org.onap.ccsdk.features.sdnr.wt.devicemanager.test=debug
36 org.slf4j.simpleLogger.log.org.onap.ccsdk.features.sdnr.wt.database=debug
37 org.slf4j.simpleLogger.log.org.onap.ccsdk.features.sdnr.wt.devicemanager.archiveservice=info
38 org.slf4j.simpleLogger.log.org.onap.ccsdk.features.sdnr.wt.devicemanager.base.internalTypes.Resources=info
39 org.slf4j.simpleLogger.log.org.onap.ccsdk.features.sdnr.wt.devicemanager.base.netconf.container=info
40
41 # Set to true if you want the current date and time to be included in output messages.
42 # Default is false, and will output the number of milliseconds elapsed since startup.
43 #org.slf4j.simpleLogger.showDateTime=false
44
45 # The date and time format to be used in the output messages.
46 # The pattern describing the date and time format is the same that is used in java.text.SimpleDateFormat.
47 # If the format is not specified or is invalid, the default format is used.
48 # The default format is yyyy-MM-dd HH:mm:ss:SSS Z.
49 #org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss:SSS Z
50
51 # Set to true if you want to output the current thread name.
52 # Defaults to true.
53 #org.slf4j.simpleLogger.showThreadName=true
54
55 # Set to true if you want the Logger instance name to be included in output messages.
56 # Defaults to true.
57 #org.slf4j.simpleLogger.showLogName=true
58
59 # Set to true if you want the last component of the name to be included in output messages.
60 # Defaults to false.
61 #org.slf4j.simpleLogger.showShortLogName=false