diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-04-26 16:05:53 +0800 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-04-26 09:57:35 +0000 |
commit | 717d30b3e5110fc961450ea7de11e772f7dc0a1e (patch) | |
tree | db69b3ebed0b56254658c9fff36a3156fce3e8b7 /kubernetes/holmes/components/holmes-rule-mgmt/resources/config | |
parent | 48a6c4252ce08f984510dddd2774dac5ea343e41 (diff) |
[HOLMES] Reduced Log Info
Raise the logging level from DEBUG to INFO to reduce the amount of logs.
Issue-ID: HOLMES-529
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Change-Id: I8ccee757a86b51ee7f09658a41fd869f6d3c79d5
Diffstat (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/resources/config')
-rw-r--r-- | kubernetes/holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml b/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml index 43a83d09b0..89269dede8 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml @@ -24,7 +24,7 @@ server: logging: # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL. - level: ALL + level: INFO # Logger-specific levels. loggers: @@ -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 |