From 86bf8ee150a66ee4c389f3289412d418a83ada0f Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 5 Sep 2018 18:07:57 +0200 Subject: Fix healthcheck Fix healthcheck and creds system due to AAF changes Issue-ID: CLAMP-213 Change-Id: Idcc9a369ab384a1bba86b80f81a75a4631d8604e Signed-off-by: sebdet --- src/test/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index acf64521..4268ce38 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 -- cgit 1.2.3-korg