mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update log.php
This commit is contained in:
parent
395e5c26be
commit
f3eef0d101
@ -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,
|
||||
// 日志处理
|
||||
|
Loading…
x
Reference in New Issue
Block a user