diff options
author | sebdet <sebastien.determe@intl.att.com> | 2018-12-14 11:56:22 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2018-12-14 11:56:22 +0100 |
commit | 8ad29213b2076388d6afee9b01fdaf179b78f83e (patch) | |
tree | f83fe4810cbedcb9bb6bf1102ced7dd4f474558e | |
parent | ce0136d7b9b93d27759449560385538c1b402596 (diff) |
Fix log location
Fix log location in the CLAMP container
Issue-ID: CLAMP-255
Change-Id: Icf36dca0412a4d416760152728a729abf6efb680
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
-rw-r--r-- | src/main/resources/application-noaaf.properties | 2 | ||||
-rw-r--r-- | src/main/resources/application.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index 1b81dedc2..bf837ffbd 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -104,7 +104,7 @@ async.queue.capacity=500 #com.att.eelf.logging.path= clamp.config.logback.filename=logback-default.xml #The log folder that will be used in logback.xml file -clamp.config.log.path=/var/log/ONAP/clamp +clamp.config.log.path=/var/log/onap/clamp clamp.config.files.systemProperties=classpath:/system.properties clamp.config.files.cldsUsers=classpath:/clds/clds-users.json clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ef4c4fcb4..e44ba7505 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -121,7 +121,7 @@ async.queue.capacity=500 #clamp.config.logback.path= clamp.config.logback.filename=logback-default.xml #The log folder that will be used in logback.xml file -clamp.config.log.path=/var/log/ONAP/clamp +clamp.config.log.path=/var/log/onap/clamp clamp.config.files.systemProperties=classpath:/system.properties clamp.config.files.cldsUsers=classpath:/clds/clds-users.json clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json |