From e0a5c40af5c32450a52347de83dc3d78c692c1ef Mon Sep 17 00:00:00 2001 From: xg353y Date: Thu, 9 Nov 2017 16:52:37 +0100 Subject: Fix Properties CL UI issue Fix the issue in Properties CL window, where the first service doesn't show the corresponding vf settings Change-Id: I59f1f5117f453f1cb385d4789288a5b8a690e7e9 Signed-off-by: xg353y Issue-ID: CLAMP-68 --- src/main/resources/logback.xml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'src/main/resources/logback.xml') diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index a1330e3d..e02a320d 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -19,7 +19,7 @@ - WARN + INFO ${logDirectory}/CLAMP/error.log true @@ -45,16 +45,13 @@ %date{"yyyy-MM-dd'T'HH:mm:ss,SSSXXX",UTC}|%X{RequestId}|%.20thread|%.-5level|%logger{36}|%msg%n - - 10 - ${logDirectory}/CLAMP/debug.%i.log.zip - - - + + ${logDirectory}/CLAMP/debug.%d{yyyy-MM-dd}.%i.log.zip + 10MB - + + 5 + - - + + + @@ -250,7 +248,6 @@ - -- cgit 1.2.3-korg