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) <sd378r@intl.att.com>
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 1724818..179553d 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -106,6 +106,8 @@
 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