From: Lee, Tian (tl5884) Date: Tue, 1 May 2018 16:31:41 +0000 (+0100) Subject: Add logback.xml X-Git-Tag: 2.0.0-ONAP~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Ftest-config.git;a=commitdiff_plain;h=9749315652e998c1e95d193c17526a487f2a1241 Add logback.xml Change-Id: I523997905f67c9be8a0b8793ffc7ded90913d0b7 Issue-ID: AAI-1111 Signed-off-by: Lee, Tian (tl5884) --- diff --git a/babel/appconfig/logback.xml b/babel/appconfig/logback.xml new file mode 100644 index 0000000..9271732 --- /dev/null +++ b/babel/appconfig/logback.xml @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + ${logDirectory}/${generalLogName}.log + + ${logDirectory}/${generalLogName}.%d{yyyy-MM-dd}.log.zip + + 60 + + + ${errorLogPattern} + + + + + + INFO + + 256 + + + + + + + ${logDirectory}/${auditLogName}.log + + ${logDirectory}/${auditLogName}.%d{yyyy-MM-dd}.log.zip + + 60 + + + ${auditLogPattern} + + + + 256 + + + + + ${logDirectory}/${metricsLogName}.log + + ${logDirectory}/${metricsLogName}.%d{yyyy-MM-dd}.log.zip + + 60 + + + ${metricsLogPattern} + + + + + 256 + + + + + + ${logDirectory}/${debugLogName}.log + + + ${logDirectory}/${debugLogName}.%d{yyyy-MM-dd}.log.zip + + 60 + + + ${errorLogPattern} + + + + + + + + + e.level.toInt() < INFO.toInt() + + + DENY + NEUTRAL + + 256 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +