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',
|
||||
// 日志保存目录
|
||||
'path' => LOG_PATH,
|
||||
// 日志记录级别
|
||||
'level' => [],
|
||||
// 日志记录级别 log,error,info,sql,notice,alert,debug
|
||||
'level' => ['error','log','sql','notice','alert','debug'],
|
||||
// error和sql日志单独记录
|
||||
'apart_level' => ['error', 'sql'],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user