diff --git a/config/log.php b/config/log.php index 7b4d7add3..d8c2594bb 100644 --- a/config/log.php +++ b/config/log.php @@ -32,11 +32,11 @@ return [ // 日志保存目录 'path' => '', // 单文件日志写入 - 'single' => false, + 'single' => true, // 独立日志级别 - 'apart_level' => ['error'], + 'apart_level' => ['error', 'sql'], // 最大日志文件数量 - 'max_files' => 0, + 'max_files' => 200, // 使用JSON格式记录php 'json' => false, // 日志处理