From 2bb10485290f1d175f7436e66f20f10e1804f510 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Sun, 24 Apr 2022 09:30:22 +0800 Subject: [PATCH] Raise the logger level from ALL to INFO Issue-ID: HOLMES-535 Signed-off-by: GuangrongFu Change-Id: I79f386c09f7b1a703ab061b96de4006267d9ad71 --- engine-d-standalone/src/main/assembly/conf/engine-d.yml | 4 ++-- 1 file 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 -- 2.16.6