summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvdhut Kholkar <avdhut.kholkar@amdocs.com>2017-09-26 05:32:35 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-26 05:32:35 +0000
commitd083e61e0b48409c0b510d5c02c9a93a9b5fa274 (patch)
tree3b525c936c136f1e7186fd4439f0441d5a7e344f
parent675234335efdc5d5a045e805947a5e5aa34122fb (diff)
parent934e0e4b7ee7f7896ef806daa346a41603f02894 (diff)
Merge "Update the log pattern for Vid"
-rw-r--r--onap/vid/conf/logback.xml2
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{&amp;quot;yyyy-MM-dd'T'HH:mm:ss.SSSXXX&amp;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{&amp;quot;yyyy-MM-dd'T'HH:mm:ss.SSSXXX&amp;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" />