summaryrefslogtreecommitdiffstats
path: root/engine-d-standalone
diff options
context:
space:
mode:
authorYiLi <li.yi101@zte.com.cn>2018-03-16 14:04:25 +0800
committerYiLi <li.yi101@zte.com.cn>2018-03-16 14:27:40 +0800
commit2504d624b6c65ee919db506f870ee17b31e51f90 (patch)
treee3f64dcc061e118ad54afc8e78e7e82a579983c4 /engine-d-standalone
parent8754c29599ef6e59be3de0536514367f2256142f (diff)
Add init log filter and modify engine-d.yml
Change-Id: I89da89c60b34f02ae21819b80b175395e2d9e2c9 Issue-ID: HOLMES-112 Signed-off-by: YiLi <li.yi101@zte.com.cn>
Diffstat (limited to 'engine-d-standalone')
-rw-r--r--engine-d-standalone/src/main/assembly/conf/engine-d.yml22
1 files changed, 14 insertions, 8 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 c5a750a..7ed3c8e 100644
--- a/engine-d-standalone/src/main/assembly/conf/engine-d.yml
+++ b/engine-d-standalone/src/main/assembly/conf/engine-d.yml
@@ -31,24 +31,30 @@ server:
logging:
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
- level: INFO
+ level: ALL
# Logger-specific levels.
loggers:
# Sets the level for 'com.example.app' to DEBUG.
- com.example: DEBUG
+ org.onap.holmes.engine: ALL
appenders:
- type: console
- threshold: INFO
+ threshold: ALL
timeZone: UTC
- logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"
+ logFormat: "%nopexception%logger\n|%date{yyyy-MM-dd'T'HH:mm:ss.SSSXXX,UTC}\n|%level\n|%message\n|[%mdc]\n|%rootException\n|%marker\n|%thread\n|%n \r\n"
- type: file
- threshold: INFO
- logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"
- currentLogFilename: ../logs/holmes-engine-d.log
- archivedLogFilenamePattern: ../logs/zip/holmes-engine-d-%d{yyyy-MM-dd}.log.gz
+ threshold: ERROR
+ logFormat: "%nopexception%logger\n|%date{yyyy-MM-dd'T'HH:mm:ss.SSSXXX,UTC}\n|%level\n|%message\n|%X{InvocationID}\n|%rootException\n|%marker\n|%thread\n|%n \r\n"
+ currentLogFilename: /var/log/ONAP/holmes/engine-d-error.log
+ archivedLogFilenamePattern: /var/log/ONAP/holmes/zip/engine-d-error-%d{yyyy-MM-dd}.log.gz
+ archivedFileCount: 7
+ - type: file
+ threshold: DEBUG
+ logFormat: "%nopexception%logger\n|%date{yyyy-MM-dd'T'HH:mm:ss.SSSXXX,UTC}\n|%level\n|%message\n|%X{InvocationID}\n|%rootException\n|%marker\n|%thread\n|%n \r\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
archivedFileCount: 7