From 12d39d3873ced59a1b10f8ce3a7a90c33328641c Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 15 May 2018 13:52:47 +0200 Subject: Fix log location Fix log location so that it goes into /var/log/onap Issue-ID: CLAMP-161 Change-Id: Icec87579c7c7be8a0b4069e4152f7f964794c50c Signed-off-by: Determe, Sebastien (sd378r) --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 17248182..179553dd 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -106,6 +106,8 @@ async.core.pool.size=10 async.max.pool.size=20 async.queue.capacity=500 +clamp.config.log.path=/var/log/onap +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 clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json -- cgit 1.2.3-korg