aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/components/multicloud-windriver/resources/config/log/log.yml
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2021-09-14 10:04:16 +0800
committerBin Yang <bin.yang@windriver.com>2021-11-03 12:01:58 +0000
commit3becb8a44beba139aec483438c42f24c12dd3580 (patch)
tree5d9f121ce0bef834f0e81eac0c8e0a30647c9bf1 /kubernetes/multicloud/components/multicloud-windriver/resources/config/log/log.yml
parentc57d527b7259b7261143ed34d94a42f691e548e6 (diff)
[MULTICLOUD] Release to fix cve issues
This release focus on fixing cve issues by upgrading dependencies with regarding to artifactbroker, framework, openstack components. Issue-ID: MULTICLOUD-1344 Issue-ID: MULTICLOUD-1408 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I4568a6c0039d111327d13ed35017b66b04e83ff1
Diffstat (limited to 'kubernetes/multicloud/components/multicloud-windriver/resources/config/log/log.yml')
-rw-r--r--kubernetes/multicloud/components/multicloud-windriver/resources/config/log/log.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/kubernetes/multicloud/components/multicloud-windriver/resources/config/log/log.yml b/kubernetes/multicloud/components/multicloud-windriver/resources/config/log/log.yml
index 79ff56adaa..7488188cdc 100644
--- a/kubernetes/multicloud/components/multicloud-windriver/resources/config/log/log.yml
+++ b/kubernetes/multicloud/components/multicloud-windriver/resources/config/log/log.yml
@@ -35,15 +35,10 @@ handlers:
level: "DEBUG"
class: "logging.handlers.RotatingFileHandler"
filename: "/var/log/onap/multicloud/openstack/windriver/titanium_cloud.log"
- formatter: "mdcFormat"
+ formatter: "standard"
maxBytes: 52428800
backupCount: 10
formatters:
standard:
format: "%(asctime)s|||||%(name)s||%(thread)||%(funcName)s||%(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