diff options
author | Taka Cho <takamune.cho@att.com> | 2021-07-27 16:36:13 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2021-08-05 13:58:43 -0400 |
commit | 4aa0eb0bae6353408e9a82d8f07af1703ccaf9d3 (patch) | |
tree | 4aa872889cc53d276e49a2130b2eb688d06c27a1 /runtime/src/test/resources/robotframework | |
parent | 931424fc681b1d41afbba98a190253283f9a6eba (diff) |
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 <takamune.cho@att.com>
Diffstat (limited to 'runtime/src/test/resources/robotframework')
-rw-r--r-- | runtime/src/test/resources/robotframework/robotframework-test.properties | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/src/test/resources/robotframework/robotframework-test.properties b/runtime/src/test/resources/robotframework/robotframework-test.properties index fed074198..499719aa6 100644 --- a/runtime/src/test/resources/robotframework/robotframework-test.properties +++ b/runtime/src/test/resources/robotframework/robotframework-test.properties @@ -121,8 +121,7 @@ async.core.pool.size=10 async.max.pool.size=20 async.queue.capacity=500 -#For EELF logback file -#com.att.eelf.logging.path= +#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 @@ -177,4 +176,4 @@ clamp.config.cds.password=ccsdkapps ## Tosca converter clamp.config.tosca.converter.json.schema.templates=classpath:/clds/tosca-converter/templates.json clamp.config.tosca.converter.default.datatypes=classpath:/clds/tosca-converter/default-tosca-types.yaml -clamp.config.tosca.converter.dictionary.support.enabled=true
\ No newline at end of file +clamp.config.tosca.converter.dictionary.support.enabled=true |