From 71bd84c0aa9d1c87a7e6a66ed9d9a40f4de72461 Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Wed, 29 Aug 2018 21:45:05 +0000 Subject: fixing make error? Issue-ID: LOG-612 Change-Id: I3a9fcbff2bf04a2d120ba3fdb0a3b0ada3083b1d Signed-off-by: Prudence Au Signed-off-by: Mandeep Khinda Signed-off-by: Michael O'Brien --- .../resources/config/log/logback.xml | 26 ++++++++-------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'kubernetes/pomba/charts/pomba-search-data/resources/config/log') diff --git a/kubernetes/pomba/charts/pomba-search-data/resources/config/log/logback.xml b/kubernetes/pomba/charts/pomba-search-data/resources/config/log/logback.xml index 3fbbbab864..bfca544fe0 100644 --- a/kubernetes/pomba/charts/pomba-search-data/resources/config/log/logback.xml +++ b/kubernetes/pomba/charts/pomba-search-data/resources/config/log/logback.xml @@ -2,7 +2,7 @@ - + - + ${logDirectory}/${generalLogName}.log - + ${logDirectory}/${generalLogName}.%d{yyyy-MM-dd}.log.zip 60 @@ -63,11 +61,9 @@ Policy engine events from other components, or it can be eliminated to record these events as part of the application root log. --> - + ${logDirectory}/${auditLogName}.log - + ${logDirectory}/${auditLogName}.%d{yyyy-MM-dd}.log.zip 60 @@ -81,11 +77,9 @@ - + ${logDirectory}/${metricsLogName}.log - + ${logDirectory}/${metricsLogName}.%d{yyyy-MM-dd}.log.zip 60 @@ -103,11 +97,9 @@ - + ${logDirectory}/${debugLogName}.log - + ${logDirectory}/${debugLogName}.%d{yyyy-MM-dd}.log.zip 60 -- cgit 1.2.3-korg