diff options
author | Christophe Closset <cc697w@intl.att.com> | 2018-05-15 13:22:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-15 13:22:41 +0000 |
commit | 488b11d7ee22de7ae6bc5269348dd24c50f49050 (patch) | |
tree | 5fadebf9935f29656e5d4310d76e15ae2dcf726c /src/test/resources | |
parent | a5807baecee98351bc162c9827dd279ecf5bf807 (diff) | |
parent | 12d39d3873ced59a1b10f8ce3a7a90c33328641c (diff) |
Merge "Fix log location"
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 b543af18d..7d6ba511f 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
|