This commit is contained in:
wangjinlei
2025-02-26 09:30:12 +08:00
parent 3d64e93839
commit f2af816d6a
3 changed files with 15 additions and 64 deletions

View File

@@ -172,7 +172,7 @@ return [
// 日志保存目录
'path' => LOG_PATH,
// 日志记录级别
'level' => [],
'level' => ['error'],
],
// +----------------------------------------------------------------------