From 1524ad5edc045f051a1e93cde52b1c6f082db16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Sat, 30 Aug 2025 11:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=97=A5=E5=BF=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index d66d503..0a250ac 100644 --- a/application/config.php +++ b/application/config.php @@ -172,7 +172,7 @@ return [ 'path' => LOG_PATH, // 日志记录级别 'level' => [], - 'apart_level' => ['sql'],//配置单独的文件,正常我们建议把sql语句放在单独的文件中 +// 'apart_level' => ['sql'],//配置单独的文件,正常我们建议把sql语句放在单独的文件中 'max_files'=>100,//最大保存日志数,超过tp将自动清理 'close'=>false,//是否关闭日志写入 'json'=>true,//json格式日志开启