Fix log message output issue 93/99593/1
authorBin Yang <bin.yang@windriver.com>
Fri, 13 Dec 2019 06:43:31 +0000 (14:43 +0800)
committerBin Yang <bin.yang@windriver.com>
Fri, 13 Dec 2019 06:46:23 +0000 (06:46 +0000)
The log config error result logger failed to config

Change-Id: I5c975e1cb7bef2d1b836fa063c3681e465dbfc2a
Issue-ID: MULTICLOUD-966
Signed-off-by: Bin Yang <bin.yang@windriver.com>
lenovo/thinkcloud/pub/config/log.yml
newton/newton/pub/config/log.yml
ocata/ocata/pub/config/log.yml
pike/pike/pub/config/log.yml
starlingx/starlingx/pub/config/log.yml

index 1dfd67f..f7e1c2a 100644 (file)
@@ -38,7 +38,7 @@ handlers:
         class: "logging.handlers.RotatingFileHandler"
         filename: "/var/log/onap/multicloud/openstack/thinkcloud/thinkcloud.log"
         formatter: "mdcFormat"
-        maxBytes: 1024*1024*50
+        maxBytes: 52428800
         backupCount: 10
 formatters:
     standard:
index c6fbd63..2508157 100644 (file)
@@ -34,7 +34,7 @@ handlers:
         class: "logging.handlers.RotatingFileHandler"
         filename: "/var/log/onap/multicloud/openstack/newton/newton.log"
         formatter: "mdcFormat"
-        maxBytes: 1024*1024*50
+        maxBytes: 52428800
         backupCount: 10
 formatters:
     standard:
index 811eabe..c5f02df 100644 (file)
@@ -38,7 +38,7 @@ handlers:
         class: "logging.handlers.RotatingFileHandler"
         filename: "/var/log/onap/multicloud/openstack/ocata/ocata.log"
         formatter: "mdcFormat"
-        maxBytes: 1024*1024*50
+        maxBytes: 52428800
         backupCount: 10
 formatters:
     standard:
index 49edb59..09c128a 100644 (file)
@@ -38,7 +38,7 @@ handlers:
         class: "logging.handlers.RotatingFileHandler"
         filename: "/var/log/onap/multicloud/openstack/pike/pike.log"
         formatter: "mdcFormat"
-        maxBytes: 1024*1024*50
+        maxBytes: 52428800
         backupCount: 10
 formatters:
     standard:
index fa043bc..ffcc4ff 100644 (file)
@@ -38,7 +38,7 @@ handlers:
         class: "logging.handlers.RotatingFileHandler"
         filename: "/var/log/onap/multicloud/openstack/starlingx/starlingx.log"
         formatter: "mdcFormat"
-        maxBytes: 1024*1024*50
+        maxBytes: 52428800
         backupCount: 10
 formatters:
     standard: