From 1e99719c0224863cf26c5362243a4fa1b955c362 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Sun, 28 Feb 2021 14:59:22 +0100 Subject: [AAI][BABEL] Remove Hardcoded certificates Use Certinitializer in order to retrieve needed certificates. Change ModelLoader also as it needs valid certificate to communicate with Babel. Issue-ID: OOM-2693 Signed-off-by: Sylvain Desbureaux Change-Id: I64b8ede24643f942dc99956030c202c50d41ad1e --- .../aai-babel/resources/config/logback.xml | 76 +++++++++++----------- 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'kubernetes/aai/components/aai-babel/resources/config/logback.xml') diff --git a/kubernetes/aai/components/aai-babel/resources/config/logback.xml b/kubernetes/aai/components/aai-babel/resources/config/logback.xml index c29da77d84..125731cf6e 100644 --- a/kubernetes/aai/components/aai-babel/resources/config/logback.xml +++ b/kubernetes/aai/components/aai-babel/resources/config/logback.xml @@ -1,6 +1,7 @@ - + ${logDirectory}/${generalLogName}.log - ${logDirectory}/${generalLogName}.%d{yyyy-MM-dd}.log.zip - + ${logDirectory}/${generalLogName}.%d{yyyy-MM-dd}.log.zip 60 @@ -65,12 +61,10 @@ are specializations of the EELF application root logger and appender. This can be used to segregate 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 - + ${logDirectory}/${auditLogName}.%d{yyyy-MM-dd}.log.zip 60 @@ -82,12 +76,10 @@ - + ${logDirectory}/${metricsLogName}.log - ${logDirectory}/${metricsLogName}.%d{yyyy-MM-dd}.log.zip - + ${logDirectory}/${metricsLogName}.%d{yyyy-MM-dd}.log.zip 60 @@ -100,14 +92,10 @@ - - - ${logDirectory}/${debugLogName}.log - + + ${logDirectory}/${debugLogName}.log - ${logDirectory}/${debugLogName}.%d{yyyy-MM-dd}.log.zip - + ${logDirectory}/${debugLogName}.%d{yyyy-MM-dd}.log.zip 60 @@ -119,9 +107,7 @@ - - e.level.toInt() < INFO.toInt() - + e.level.toInt() < INFO.toInt() DENY NEUTRAL @@ -131,6 +117,15 @@ false + + + ${errorLogPattern} + + + + + + @@ -138,29 +133,34 @@ - - + + + - - + + + - - + + + - - + + + - - + + + -- cgit 1.2.3-korg