diff options
author | Avdhut Kholkar <avdhut.kholkar@amdocs.com> | 2017-09-26 05:32:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-26 05:32:35 +0000 |
commit | d083e61e0b48409c0b510d5c02c9a93a9b5fa274 (patch) | |
tree | 3b525c936c136f1e7186fd4439f0441d5a7e344f /onap/vid/conf | |
parent | 675234335efdc5d5a045e805947a5e5aa34122fb (diff) | |
parent | 934e0e4b7ee7f7896ef806daa346a41603f02894 (diff) |
Merge "Update the log pattern for Vid"
Diffstat (limited to 'onap/vid/conf')
-rw-r--r-- | onap/vid/conf/logback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onap/vid/conf/logback.xml b/onap/vid/conf/logback.xml index 5656303..34bb582 100644 --- a/onap/vid/conf/logback.xml +++ b/onap/vid/conf/logback.xml @@ -25,7 +25,7 @@ <property name="componentName" value="vid" /> <!-- The directory where logs are written --> <property name="logDirectory" value="${logDir}/${componentName}" /> - <property name="pattern" value="%d{&quot;yyyy-MM-dd'T'HH:mm:ss.SSSXXX&quot;, UTC}\t[%thread]\t%-5level\t%logger{36}\t%replace(%replace(%replace(%mdc){'\t','\\\\t'}){', ','\t'}){'\n', '\\\\n'}\t%replace(%replace(%msg){'\n', '\\\\n'}){'\t','\\\\t'}%n" /> + <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" /> <!-- log file names --> <property name="generalLogName" value="application" /> <property name="errorLogName" value="error" /> |