From 2091671335123810bf690e978582a9d74dfeddae Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 26 Dec 2021 13:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=BC=80=E5=90=AF=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E5=86=99=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/log.php b/config/log.php index 960a36ace..8be42d48c 100644 --- a/config/log.php +++ b/config/log.php @@ -46,7 +46,7 @@ return [ // 日志输出格式化 'format' => '[%s][%s] %s', // 是否实时写入 - 'realtime_write' => false, + 'realtime_write' => true, ], // 其它日志通道配置 ],