X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Flcm%2Flog.yml;h=3c5d2aaafa036de0c09e6a9512785896b978a135;hb=refs%2Fchanges%2F69%2F117569%2F1;hp=c4cc1e3072101551e687439ef14706728fbe6536;hpb=b8dc81c09492daf50eb247172b5c75ceb4f113cc;p=vfc%2Fgvnfm%2Fvnflcm.git 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