Fix sonar blocker in ChefAdpater
[appc.git] / appc-sdc-listener / appc-sdc-listener-bundle / src / main / resources / ci / conf / log4j.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP : APPC
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Copyright (C) 2017 Amdocs
8 # =============================================================================
9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
12
13 #      http://www.apache.org/licenses/LICENSE-2.0
14
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20
21 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
22 # ============LICENSE_END=========================================================
23 ###
24
25 # Define the root logger with appender file
26 log4j.rootLogger = DEBUG, FILE, stdout
27
28 # Define the file appender
29 log4j.appender.FILE=org.apache.log4j.RollingFileAppender
30 log4j.appender.FILE.File=${targetlog}logs/ci-log.out
31
32 # Define the layout for file appender
33 log4j.appender.FILE.layout=org.apache.log4j.PatternLayout
34 log4j.appender.FILE.layout.conversionPattern=%d{yyyy-MM-dd HH:mm:ss} %5p [%10c] : %m%n
35
36 # Set the maximum file size before rollover
37 log4j.appender.FILE.maxFileSize=5MB
38
39 # Set the the backup index
40 log4j.appender.FILE.maxBackupIndex=10
41
42
43 #############################################################
44
45 # Direct log messages to stdout
46 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
47 log4j.appender.stdout.Target=System.out
48 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
49 #log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
50 log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %5p %10c:%L - %m%n
51
52 log4j.logger.org.apache.cassandra.service.StorageProxy=DEBUG
53 log4j.logger.com.thinkaurelius.titan.diskstorage.cassandra.CassandraTransaction=INFO, FILE, stdout
54
55 log4j.logger.org.openecomp.tlv.sdc.ci.tests.utils=TRACE, FILE, stdout
56 log4j.additivity.org.openecomp.tlv.sdc.ci.tests.utils=false
57
58