From 8ad29213b2076388d6afee9b01fdaf179b78f83e Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 14 Dec 2018 11:56:22 +0100 Subject: [PATCH] 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 +- 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 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 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ef4c4fcb..e44ba750 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 -- 2.16.6