summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2022-04-24 09:30:22 +0800
committertang peng <tang.peng5@zte.com.cn>2022-04-24 02:01:48 +0000
commit5e09626f911f80ccb50d0951ba344bdb1f625439 (patch)
tree454d771a29516b7a7b433c4a1a015ff6be0ea718
parent241ee36bb9024c57c587abef6fadaa91cae23f29 (diff)
Raise the logger level from ALL to INFO
Issue-ID: HOLMES-535 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: I79f386c09f7b1a703ab061b96de4006267d9ad71 (cherry picked from commit 2bb10485290f1d175f7436e66f20f10e1804f510)
-rw-r--r--engine-d-standalone/src/main/assembly/conf/engine-d.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine-d-standalone/src/main/assembly/conf/engine-d.yml b/engine-d-standalone/src/main/assembly/conf/engine-d.yml
index 88d2b10..965b9fd 100644
--- a/engine-d-standalone/src/main/assembly/conf/engine-d.yml
+++ b/engine-d-standalone/src/main/assembly/conf/engine-d.yml
@@ -41,7 +41,7 @@ logging:
appenders:
- type: console
- threshold: ALL
+ threshold: INFO
timeZone: UTC
logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] invocationID:{InvocationID} - %m%n"
- type: file
@@ -51,7 +51,7 @@ logging:
archivedLogFilenamePattern: /var/log/ONAP/holmes/zip/engine-d-error-%d{yyyy-MM-dd}.log.gz
archivedFileCount: 7
- type: file
- threshold: DEBUG
+ threshold: INFO
logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] invocationID:{InvocationID} - %m%n"
currentLogFilename: /var/log/ONAP/holmes/engine-d-debug.log
archivedLogFilenamePattern: /var/log/ONAP/holmes/zip/engine-d-debug-%d{yyyy-MM-dd}.log.gz