From 4aa0eb0bae6353408e9a82d8f07af1703ccaf9d3 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Tue, 27 Jul 2021 16:36:13 -0400 Subject: Use slf4j instead of EELFLogger in Clamp replace EELF with slf4j logback using slf4j Marker from common repo Issue-ID: POLICY-3087 Change-Id: I56b43584b1603d9eba642c1cd6ef6190526d078b Signed-off-by: Taka Cho --- runtime/src/test/resources/https/https-test.properties | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'runtime/src/test/resources/https/https-test.properties') diff --git a/runtime/src/test/resources/https/https-test.properties b/runtime/src/test/resources/https/https-test.properties index 14079a78e..19069cebc 100644 --- a/runtime/src/test/resources/https/https-test.properties +++ b/runtime/src/test/resources/https/https-test.properties @@ -102,9 +102,8 @@ camel.springboot.backlog-tracing=true camel.springboot.tracing=true camel.springboot.message-history=true -#For EELF logback file -#com.att.eelf.logging.path= -com.att.eelf.logging.file=logback-default.xml +#For logback file +clamp.config.logback.filename=logback-default.xml #The log folder that will be used in logback.xml file clamp.config.log.path=log @@ -132,4 +131,4 @@ clamp.config.cadi.oauthTokenUrl= https://AAF_LOCATE_URL/locate/onap.org.osaaf.aa clamp.config.cadi.oauthIntrospectUrll=https://AAF_LOCATE_URL/locate/onap.org.osaaf.aaf.introspect:2.1/introspect clamp.config.cadi.aafEnv=DEV clamp.config.cadi.aafUrl=https://AAF_LOCATE_URL/onap.org.osaaf.aaf.service:2.1 -clamp.config.cadi.cadiX509Issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_9, OU=OSAAF, O=ONAP, C=US \ No newline at end of file +clamp.config.cadi.cadiX509Issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_9, OU=OSAAF, O=ONAP, C=US -- cgit 1.2.3-korg