diff options
author | sebdet <sd378r@intl.att.com> | 2018-09-03 11:23:13 +0200 |
---|---|---|
committer | sebdet <sd378r@intl.att.com> | 2018-09-03 11:23:13 +0200 |
commit | f117756d051d5e8ffe6d8c257767d527b256265b (patch) | |
tree | 5f4b17c0dbf4497692d22888ce0ee7554f9fca94 /src/main/resources/logback.xml | |
parent | 3c09a51d8b1b889cee61835f54c286ded075eda8 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index dae39d3ac..086cc5356 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" /> |