summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/log.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/lcm/log.yml')
-rw-r--r--lcm/lcm/log.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/lcm/lcm/log.yml b/lcm/lcm/log.yml
index c4cc1e30..3c5d2aaa 100644
--- a/lcm/lcm/log.yml
+++ b/lcm/lcm/log.yml
@@ -26,7 +26,7 @@ handlers:
"logging.handlers.RotatingFileHandler"
filename: "/var/log/onap/vfc/gvnfm-vnflcm/runtime_lcm.log"
formatter:
- "mdcFormat"
+ "standard"
maxBytes: 52428800
backupCount: 10
django_handler:
@@ -42,9 +42,3 @@ formatters:
standard:
format:
"%(asctime)s:[%(name)s]:[%(filename)s]-[%(lineno)d] [%(levelname)s]:%(message)s"
- mdcFormat:
- format:
- "%(asctime)s|||||%(name)s||%(thread)s||%(funcName)s||%(levelname)s||%(message)s||||%(mdc)s \t"
- mdcfmt: "{requestID} {invocationID} {serviceName} {serviceIP}"
- datefmt: "%Y-%m-%d %H:%M:%S"
- (): onaplogging.mdcformatter.MDCFormatter