mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update log.php
This commit is contained in:
parent
395e5c26be
commit
f3eef0d101
@ -32,11 +32,11 @@ return [
|
|||||||
// 日志保存目录
|
// 日志保存目录
|
||||||
'path' => '',
|
'path' => '',
|
||||||
// 单文件日志写入
|
// 单文件日志写入
|
||||||
'single' => false,
|
'single' => true,
|
||||||
// 独立日志级别
|
// 独立日志级别
|
||||||
'apart_level' => ['error'],
|
'apart_level' => ['error', 'sql'],
|
||||||
// 最大日志文件数量
|
// 最大日志文件数量
|
||||||
'max_files' => 0,
|
'max_files' => 200,
|
||||||
// 使用JSON格式记录php
|
// 使用JSON格式记录php
|
||||||
'json' => false,
|
'json' => false,
|
||||||
// 日志处理
|
// 日志处理
|
||||||
|
Loading…
x
Reference in New Issue
Block a user