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>
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:
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:
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:
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:
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: