aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpranavdi <Pranav.Dixit@amdocs.com>2017-09-26 10:27:49 +0530
committerpranavdi <Pranav.Dixit@amdocs.com>2017-09-26 10:27:49 +0530
commit934e0e4b7ee7f7896ef806daa346a41603f02894 (patch)
tree9826cbe7b144659ede1f5a304a973f84ff3f2e28
parentd919e5dd9c3d4de79ff9db76f42ac4f9cc5c9a21 (diff)
Update the log pattern for Vid
Remove the length restriction on logger field in the log Change-Id: Ib574903ea33edc8b099450c22c1d815abe4c2f1d Issue-Id: LOG-64 Signed-off-by: pranavdi <Pranav.Dixit@amdocs.com>
-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" />