[配置]日志文件不记录info日志

This commit is contained in:
邹景立 2017-04-13 15:59:12 +08:00
parent fa6cbb4e1f
commit 5004a38aeb

View File

@ -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'],
],