From 499e4e89cb68c99547df5632df358847b62ccc3f Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Thu, 9 Aug 2018 17:14:09 +0200 Subject: Fix logback.xml location The logback.xml location was not working, it was not possible to specify an external logback.xml file. Now it works from application.properties Issue-ID: CLAMP-179 Change-Id: I87c9be70561fc0897b5c6499a431f7cd788c1867 Signed-off-by: Determe, Sebastien (sd378r) --- src/main/resources/system.properties | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/main/resources/system.properties') diff --git a/src/main/resources/system.properties b/src/main/resources/system.properties index 0ecba955..a24b6202 100644 --- a/src/main/resources/system.properties +++ b/src/main/resources/system.properties @@ -20,12 +20,6 @@ # =================================================================== # ### - -com.att.eelf.logging.file=classpath:/logback.xml - -# change as per logback.xml path -com.att.eelf.logging.path=./ -logging.config=classpath:/logback.xml # # JVM SSL/TLS properties jdk.tls.client.protocols=TLSv1.1,TLSv1.2 -- cgit 1.2.3-korg