diff options
author | sebdet <sd378r@intl.att.com> | 2018-09-05 18:07:57 +0200 |
---|---|---|
committer | sebdet <sd378r@intl.att.com> | 2018-09-05 18:07:57 +0200 |
commit | 86bf8ee150a66ee4c389f3289412d418a83ada0f (patch) | |
tree | 90ad826a73580f6940ae502d27b25a87c5d1e68f /src/test | |
parent | 1be1c979332d7665c6fa1da9bc4f97c4259eb0cc (diff) |
Fix healthcheck
Fix healthcheck and creds system due to AAF changes
Issue-ID: CLAMP-213
Change-Id: Idcc9a369ab384a1bba86b80f81a75a4631d8604e
Signed-off-by: sebdet <sd378r@intl.att.com>
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index acf64521b..4268ce389 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -110,7 +110,7 @@ async.queue.capacity=500 #For EELF logback file
#com.att.eelf.logging.path=
-com.att.eelf.logging.file=logback-default.xml
+clamp.config.logback.filename=logback-default.xml
#The log folder that will be used in logback.xml file
clamp.config.log.path=log
clamp.config.files.systemProperties=classpath:/system.properties
|