From 666942640ec2b3dd386b217d772b4dde1624c3b2 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Sun, 4 Aug 2019 03:20:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneforall/config.py b/oneforall/config.py index 19f0589..61ca99b 100644 --- a/oneforall/config.py +++ b/oneforall/config.py @@ -152,7 +152,7 @@ subdomains_common = {'i', 'w', 'm', 'en', 'us', 'zh', 'w3', 'app', 'bbs', 'web', 'data', 'help', 'live', 'mall', 'blogs', 'files', 'forum', 'store', 'mobile'} # 日志配置 -stdout_fmt = '{time:HH:mm:ss,SSS} ' \ +stdout_fmt = '{time:HH:mm:ss,SSS} ' \ '[{level: <5}] ' \ '{module}:{line} - ' \ '{message}'