From 8ad29213b2076388d6afee9b01fdaf179b78f83e Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 14 Dec 2018 11:56:22 +0100 Subject: Fix log location Fix log location in the CLAMP container Issue-ID: CLAMP-255 Change-Id: Icf36dca0412a4d416760152728a729abf6efb680 Signed-off-by: sebdet --- src/main/resources/application-noaaf.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/application-noaaf.properties') diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index 1b81dedc..bf837ffb 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 -- cgit 1.2.3-korg