diff options
author | tang peng <tang.peng5@zte.com.cn> | 2022-04-24 02:01:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-24 02:01:24 +0000 |
commit | 4d73e5582f852a2d6e154ddb0acfd93ae4dc5c52 (patch) | |
tree | a64250d88893f6c7842aca8bafbabe587bba406f | |
parent | 0494e5d29a09e4a9ef21d089c7f5b6085a39223d (diff) | |
parent | 2bb10485290f1d175f7436e66f20f10e1804f510 (diff) |
Merge "Raise the logger level from ALL to INFO"
-rw-r--r-- | engine-d-standalone/src/main/assembly/conf/engine-d.yml | 4 |
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 |