From 72e1b28547427911a7e01f8255c8bd03015cdaf8 Mon Sep 17 00:00:00 2001 From: c00149107 Date: Sat, 28 Oct 2017 15:11:14 +0800 Subject: [PATCH] Add Vfc Adapter Log Config Add Vfc Adapter Log Config file Change-Id: Ie58ea82c3a7b6d1d13793fe033ccd8060c9da1e9 Issue-ID:SO-283 Signed-off-by: c00149107 --- .../default/mso-po-adapter-config/logback.vfc.xml | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 files/default/mso-po-adapter-config/logback.vfc.xml diff --git a/files/default/mso-po-adapter-config/logback.vfc.xml b/files/default/mso-po-adapter-config/logback.vfc.xml new file mode 100644 index 0000000..3c1166c --- /dev/null +++ b/files/default/mso-po-adapter-config/logback.vfc.xml @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${logDirectory}/${auditLogName}${jboss.server.name}.log + + ${logDirectory}/${auditLogName}${jboss.server.name}.log.%d + + + + ${auditPattern} + + + + 256 + + + + + ${logDirectory}/${metricsLogName}${jboss.server.name}.log + + ${logDirectory}/${metricsLogName}${jboss.server.name}.log.%d + + + + + ${metricPattern} + + + + + + 256 + + + + + ${logDirectory}/${errorLogName}${jboss.server.name}.log + + ${logDirectory}/${errorLogName}${jboss.server.name}.log.%d + + + + INFO + + + ${errorPattern} + + + + + 256 + + + + + ${debugLogDirectory}/${debugLogName}${jboss.server.name}.log + + ${debugLogDirectory}/${debugLogName}${jboss.server.name}.log.%d + + + + ${debugPattern} + + + + + 256 + + true + + + + + + + + + + + + + + + + + + + + + + + -- 2.16.6