diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-08-09 17:14:09 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-08-09 17:14:09 +0200 |
commit | 499e4e89cb68c99547df5632df358847b62ccc3f (patch) | |
tree | 0861fc21c6ef79ff4b711bd3df6e9a16b3ff19d3 /src/main/resources/application-noaaf.properties | |
parent | 22bda27545153fd0b1a8f6609867699b3ee23a75 (diff) |
Fix logback.xml location
The logback.xml location was not working, it was not possible to specify
an external logback.xml file. Now it works from application.properties
Issue-ID: CLAMP-179
Change-Id: I87c9be70561fc0897b5c6499a431f7cd788c1867
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources/application-noaaf.properties')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index c1a32b7f0..db817a0ea 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -100,6 +100,10 @@ async.core.pool.size=10 async.max.pool.size=20 async.queue.capacity=500 +#For EELF logback file +#com.att.eelf.logging.path= +com.att.eelf.logging.file=logback-default.xml +#The log folder that will be used in logback.xml file clamp.config.log.path=/var/log/onap clamp.config.files.systemProperties=classpath:/system.properties clamp.config.files.cldsUsers=classpath:/clds/clds-users.json |