diff options
author | Avdhut Kholkar <avdhut.kholkar@amdocs.com> | 2017-09-28 13:53:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-28 13:53:06 +0000 |
commit | bde52536dce1b87b6c6081c3d8421b153c567996 (patch) | |
tree | 161b11494af7088a6193e9e479c53fcf3e0a3258 /onap/so/conf/logback.sdnc.xml | |
parent | 92943b5b294ccc7ba547191a85e16e871c65ac0e (diff) | |
parent | 04c7cbf7d4336c192ba3ecfc898a961913775074 (diff) |
Merge "Fix logback log pattern"
Diffstat (limited to 'onap/so/conf/logback.sdnc.xml')
-rw-r--r-- | onap/so/conf/logback.sdnc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onap/so/conf/logback.sdnc.xml b/onap/so/conf/logback.sdnc.xml index e51a44d..b68446c 100644 --- a/onap/so/conf/logback.sdnc.xml +++ b/onap/so/conf/logback.sdnc.xml @@ -4,7 +4,7 @@ <property name="componentName" value="so" /> <property name="subComponentName" value="sdncAdapter" /> <property name="logDirectory" value="${logDir}/${componentName}/${subComponentName}" /> - <property name="pattern" value="%d{&quot;yyyy-MM-dd'T'HH:mm:ss.SSSXXX&quot;, UTC}\t[%thread]\t%-5level\t%logger\t%replace(%replace(%replace(%mdc){'\t','\\\\t'}){', ','\t'}){'\n', '\\\\n'}\t%replace(%replace(%msg){'\n', '\\\\n'}){'\t','\\\\t'}%n" /> + <property name="pattern" value="%d{"yyyy-MM-dd'T'HH:mm:ss.SSSXXX", UTC}\t[%thread]\t%-5level\t%logger\t%replace(%replace(%replace(%mdc){'\t','\\\\t'}){', ','\t'}){'\n', '\\\\n'}\t%replace(%replace(%msg){'\n', '\\\\n'}){'\t','\\\\t'}%n" /> <!-- log file names --> <property name="errorLogName" value="error" /> <property name="metricsLogName" value="metrics" /> |