From 57ccc376054d09367dc4bf8855adea1f19a87b3f Mon Sep 17 00:00:00 2001 From: Edwin Lawrance Date: Mon, 4 Mar 2019 11:08:03 +0000 Subject: Update poms to conform to merge job requirements Change-Id: Ic989e9538b67214e43faf221724ed5d36bfc6d03 Issue-ID: AAI-2203 Signed-off-by: Edwin Lawrance --- .../bundleconfig-local/etc/logback.xml | 177 +++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 search-data-service-app/bundleconfig-local/etc/logback.xml (limited to 'search-data-service-app/bundleconfig-local/etc') diff --git a/search-data-service-app/bundleconfig-local/etc/logback.xml b/search-data-service-app/bundleconfig-local/etc/logback.xml new file mode 100644 index 0000000..7b90318 --- /dev/null +++ b/search-data-service-app/bundleconfig-local/etc/logback.xml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + ${errorLogPattern} + + + + + + + + + + + ${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 + + + ${auditMetricPattern} + + + + 256 + + + + + ${logDirectory}/${metricsLogName}.log + + ${logDirectory}/${metricsLogName}.%d{yyyy-MM-dd}.log.zip + + 60 + + + + ${auditMetricPattern} + + + + + + 256 + + + + + ${logDirectory}/${debugLogName}.log + + ${logDirectory}/${debugLogName}.%d{yyyy-MM-dd}.log.zip + + 60 + + + ${errorLogPattern} + + + + + 256 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg