aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/log4j2.properties
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-05 17:12:51 +0200
committerSébastien Determe <sebastien.determe@intl.att.com>2020-08-05 15:27:56 +0000
commita4e013f83327d820808bd565d2356a7a87689ee8 (patch)
treef206f012caa4567f17a81fc64bf9a2250dec6487 /test-apis-ci/src/main/resources/log4j2.properties
parentf8e4b3afb43f52631970d965d9aed3ad99a09522 (diff)
Fix broken UI & API tests
Due to issues in the log4j files, the tests can't be started and crash Issue-ID: SDC-3223 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I77909d98c716a8a232f5cc8ae8baddebb4ee581f
Diffstat (limited to 'test-apis-ci/src/main/resources/log4j2.properties')
-rw-r--r--test-apis-ci/src/main/resources/log4j2.properties14
1 files changed, 2 insertions, 12 deletions
diff --git a/test-apis-ci/src/main/resources/log4j2.properties b/test-apis-ci/src/main/resources/log4j2.properties
index 242714cb78..77acad8915 100644
--- a/test-apis-ci/src/main/resources/log4j2.properties
+++ b/test-apis-ci/src/main/resources/log4j2.properties
@@ -2,7 +2,7 @@ status = error
dest = err
name = PropertiesConfig
-property.filename = ${targetlog}logs/ci-log.out
+property.filename = logs/ws-log.out
#filter.threshold.type = ThresholdFilter
#filter.threshold.level = debug
@@ -10,7 +10,7 @@ property.filename = ${targetlog}logs/ci-log.out
appender.rolling.type = RollingFile
appender.rolling.name = RollingFile
appender.rolling.fileName = ${filename}
-appender.rolling.filePattern = ${targetlog}logs/ci-%d{MM-dd-yy-HH-mm-ss}-%i.log.gz
+appender.rolling.filePattern = logs/ws-%d{MM-dd-yy-HH-mm-ss}-%i.log.gz
appender.rolling.layout.type = PatternLayout
appender.rolling.layout.pattern = %d{yyyy-MM-dd HH:mm:ss} %5p [%10c] : %m%n
appender.rolling.policies.type = Policies
@@ -31,16 +31,6 @@ logger.rolling.level = info
logger.rolling.additivity = false
logger.rolling.appenderRef.rolling.ref = RollingFile
-logger.org.apache.cassandra.service.StorageProxy.level=info
-logger.org.janusgraph.diskstorage.cql.CassandraTransaction.level =info
-logger.org.janusgraph.diskstorage.cql.CassandraTransaction.appendRef.rolling.ref = RollingFile
-logger.org.janusgraph.diskstorage.cql.CassandraTransaction.appendRef.stdout.ref = STDOUT
-
-logger.org.openecomp.sdc.ci.tests.utils.level = info
-logger.org.openecomp.sdc.ci.tests.utils.appendRef.rolling.ref = RollingFile
-logger.org.openecomp.sdc.ci.tests.utils.appendRef.stdout.ref = STDOUT
-logger.org.openecomp.sdc.ci.tests.utils.additivity = false
-
rootLogger.level = info
rootLogger.appenderRef.stdout.ref = STDOUT
rootLogger.appenderRef.rolling.ref = RollingFile \ No newline at end of file