diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-05-15 13:52:47 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-05-15 13:54:25 +0200 |
commit | 12d39d3873ced59a1b10f8ce3a7a90c33328641c (patch) | |
tree | 8480bb59ba4d7ba970ae0ef36f6ed4442c9c6f15 /src/test/resources | |
parent | aa8d13e4fb8ea099c85969de91eff2d89190c366 (diff) |
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>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index b543af18..7d6ba511 100644 --- a/src/test/resources/application.properties +++ b/src/test/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=log
+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
|