From: c00149107 Date: Sat, 28 Oct 2017 07:11:14 +0000 (+0800) Subject: Add Vfc Adapter Log Config X-Git-Tag: 2.0.0-ONAP~25^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=72e1b28547427911a7e01f8255c8bd03015cdaf8;p=so%2Fso-config.git Add Vfc Adapter Log Config Add Vfc Adapter Log Config file Change-Id: Ie58ea82c3a7b6d1d13793fe033ccd8060c9da1e9 Issue-ID:SO-283 Signed-off-by: c00149107 --- 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 + + + + + + + + + + + + + + + + + + + + + + +