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, ], // 其它日志通道配置 ],