summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2022-04-24 09:29:56 +0800
committertang peng <tang.peng5@zte.com.cn>2022-04-24 02:00:07 +0000
commit279b605a5bf491de1647b155475467c2f37f09d6 (patch)
tree7f3ce906b4a159d7197155ebba4ebebaf12169ee
parent0eae61f38cf2c6101fdf31a4d242839bf792b09b (diff)
Raise the logger level from ALL to INFO
Issue-ID: HOLMES-535 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: I0f8c1e9c572323d115b1b55b54525da7b8479715 (cherry picked from commit 9e01f3e71f1453f73d5db16c24f511c9e0805373)
-rw-r--r--rulemgt-standalone/src/main/assembly/conf/rulemgt.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml
index bc469c6..704991d 100644
--- a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml
+++ b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml
@@ -34,7 +34,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
@@ -45,7 +45,7 @@ logging:
archivedLogFilenamePattern: /var/log/ONAP/holmes/zip/rulemgt-relation-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/rulemgt-relation-debug.log
archivedLogFilenamePattern: /var/log/ONAP/holmes/zip/rulemgt-relation-debug-%d{yyyy-MM-dd}.log.gz