diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-08-09 12:50:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-09 12:50:31 +0000 |
commit | 8a2f14ae90528454c4aa2351f8f4c1e04eaed2b6 (patch) | |
tree | ed0435840f311deb55b5744a64fcb1b4fde78a9d /runtime/src/test/resources/application.properties | |
parent | 522f98830955eeef3a2e602b855d2af01bafe941 (diff) | |
parent | 4aa0eb0bae6353408e9a82d8f07af1703ccaf9d3 (diff) |
Merge "Use slf4j instead of EELFLogger in Clamp"
Diffstat (limited to 'runtime/src/test/resources/application.properties')
-rw-r--r-- | runtime/src/test/resources/application.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/src/test/resources/application.properties b/runtime/src/test/resources/application.properties index 54a89078d..bc0c290db 100644 --- a/runtime/src/test/resources/application.properties +++ b/runtime/src/test/resources/application.properties @@ -124,8 +124,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 |