2 disable_existing_loggers: False
6 handlers: [cataloglocal_handler, catalog_handler]
10 handlers: [django_handler]
14 handlers: [cataloglocal_handler, catalog_handler]
21 "logging.handlers.RotatingFileHandler"
22 filename: "logs/runtime_catalog.log"
30 "logging.handlers.RotatingFileHandler"
31 filename: "/var/log/onap/modeling/etsicatalog/runtime_catalog.log"
39 "logging.handlers.RotatingFileHandler"
40 filename: "logs/django.log"
48 "%(asctime)s:[%(name)s]:[%(filename)s]-[%(lineno)d] [%(levelname)s]:%(message)s"
51 "%(asctime)s|||||%(name)s||%(thread)s||%(funcName)s||%(levelname)s||%(message)s||||%(mdc)s \t"
52 mdcfmt: "{requestID} {invocationID} {serviceName} {serviceIP}"
53 datefmt: "%Y-%m-%d %H:%M:%S"
54 (): onaplogging.mdcformatter.MDCFormatter