From 08562e56d7e44587f5b415e058f3c9d074fa0ad2 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Fri, 13 Dec 2019 14:43:31 +0800 Subject: Fix log message output issue The log config error result logger failed to config Change-Id: I5c975e1cb7bef2d1b836fa063c3681e465dbfc2a Issue-ID: MULTICLOUD-966 Signed-off-by: Bin Yang --- newton/newton/pub/config/log.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newton') diff --git a/newton/newton/pub/config/log.yml b/newton/newton/pub/config/log.yml index c6fbd636..25081573 100644 --- a/newton/newton/pub/config/log.yml +++ b/newton/newton/pub/config/log.yml @@ -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: -- cgit 1.2.3-korg