summaryrefslogtreecommitdiffstats
path: root/starlingx
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-12-13 14:43:31 +0800
committerBin Yang <bin.yang@windriver.com>2019-12-13 06:46:23 +0000
commit08562e56d7e44587f5b415e058f3c9d074fa0ad2 (patch)
tree1305db23776985a8f5c43b46b4c2596aa5c5537f /starlingx
parent0047e621c69bf50d4a5823313ff43d3354aab34f (diff)
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 <bin.yang@windriver.com>
Diffstat (limited to 'starlingx')
-rw-r--r--starlingx/starlingx/pub/config/log.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/starlingx/starlingx/pub/config/log.yml b/starlingx/starlingx/pub/config/log.yml
index fa043bc9..ffcc4ffc 100644
--- a/starlingx/starlingx/pub/config/log.yml
+++ b/starlingx/starlingx/pub/config/log.yml
@@ -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: