mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[配置]日志文件不记录info日志
This commit is contained in:
parent
fa6cbb4e1f
commit
5004a38aeb
@ -157,8 +157,8 @@ return [
|
|||||||
'type' => 'File',
|
'type' => 'File',
|
||||||
// 日志保存目录
|
// 日志保存目录
|
||||||
'path' => LOG_PATH,
|
'path' => LOG_PATH,
|
||||||
// 日志记录级别
|
// 日志记录级别 log,error,info,sql,notice,alert,debug
|
||||||
'level' => [],
|
'level' => ['error','log','sql','notice','alert','debug'],
|
||||||
// error和sql日志单独记录
|
// error和sql日志单独记录
|
||||||
'apart_level' => ['error', 'sql'],
|
'apart_level' => ['error', 'sql'],
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user