summaryrefslogtreecommitdiffstats
path: root/rulemgt/src/main/resources/logback-spring.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2022-08-17 16:17:04 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2022-08-17 16:17:04 +0800
commit059d701cc5741938793fbdd3fb4d29f9d0d26df1 (patch)
treea229d1f2e1d6dafae7b5015f73091f897adb2303 /rulemgt/src/main/resources/logback-spring.xml
parent071f60ca7358101a5cd2ec864578ecc46511b241 (diff)
bugfix - mis-removal of rules
Issue-ID: HOLMES-564 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I2dcf9f1a3f2bec54a6018afa203adff369c64554
Diffstat (limited to 'rulemgt/src/main/resources/logback-spring.xml')
-rw-r--r--rulemgt/src/main/resources/logback-spring.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt/src/main/resources/logback-spring.xml b/rulemgt/src/main/resources/logback-spring.xml
index 197057e..eda9c6b 100644
--- a/rulemgt/src/main/resources/logback-spring.xml
+++ b/rulemgt/src/main/resources/logback-spring.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false">
<property name="LOG_HOME" value="/var/log/ONAP/holmes"/>
- <property name="LOG_PATTERN" value="%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %msg%n" />
+ <property name="LOG_PATTERN" value="%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t][%X{RequestID}][%X{InvocationID}] - %m%n" />
<appender name="Console" class="ch.qos.logback.core.ConsoleAppender">
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">