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/main/resources/application-noaaf.properties | |
parent | 522f98830955eeef3a2e602b855d2af01bafe941 (diff) | |
parent | 4aa0eb0bae6353408e9a82d8f07af1703ccaf9d3 (diff) |
Merge "Use slf4j instead of EELFLogger in Clamp"
Diffstat (limited to 'runtime/src/main/resources/application-noaaf.properties')
-rw-r--r-- | runtime/src/main/resources/application-noaaf.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/main/resources/application-noaaf.properties b/runtime/src/main/resources/application-noaaf.properties index e698cc0ce..12a08704f 100644 --- a/runtime/src/main/resources/application-noaaf.properties +++ b/runtime/src/main/resources/application-noaaf.properties @@ -134,7 +134,7 @@ async.core.pool.size=10 async.max.pool.size=20 async.queue.capacity=500 -#For EELF logback file +#For logback file #clamp.config.logback.path= clamp.config.logback.filename=logback-default.xml #The log folder that will be used in logback.xml file |