Fix log location 51/74651/1
authorsebdet <sebastien.determe@intl.att.com>
Fri, 14 Dec 2018 10:56:22 +0000 (11:56 +0100)
committersebdet <sebastien.determe@intl.att.com>
Fri, 14 Dec 2018 10:56:22 +0000 (11:56 +0100)
Fix log location in the CLAMP container

Issue-ID: CLAMP-255
Change-Id: Icf36dca0412a4d416760152728a729abf6efb680
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
src/main/resources/application-noaaf.properties
src/main/resources/application.properties

index 1b81ded..bf837ff 100644 (file)
@@ -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
index ef4c4fc..e44ba75 100644 (file)
@@ -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