aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/logback.xml
diff options
context:
space:
mode:
authorsebdet <sd378r@intl.att.com>2018-09-03 11:23:13 +0200
committersebdet <sd378r@intl.att.com>2018-09-03 11:23:13 +0200
commitf117756d051d5e8ffe6d8c257767d527b256265b (patch)
tree5f4b17c0dbf4497692d22888ce0ee7554f9fca94 /src/main/resources/logback.xml
parent3c09a51d8b1b889cee61835f54c286ded075eda8 (diff)
Fix Healthcheck
Remove the certificate requirement in Clamp so that healthcheck works Issue-ID: CLAMP-213 Change-Id: I4190f3db475d819d2e5f804b77cba480c4c172cb Signed-off-by: sebdet <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources/logback.xml')
-rw-r--r--src/main/resources/logback.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
index dae39d3a..086cc535 100644
--- a/src/main/resources/logback.xml
+++ b/src/main/resources/logback.xml
@@ -1,9 +1,9 @@
<configuration scan="true" scanPeriod="60 seconds"
debug="true">
<springProperty name="logbackFilePath"
- source="com.att.eelf.logging.path" />
+ source="clamp.config.logback.path" />
<springProperty name="logbackFileName"
- source="com.att.eelf.logging.file" />
+ source="clamp.config.logback.filename" />
<springProperty name="logDirectory"
source="clamp.config.log.path" />