[更新]开启完整日志输出

This commit is contained in:
Anyon 2017-05-24 16:27:56 +08:00
parent abc6e17bfe
commit d5b632e699

View File

@ -158,7 +158,7 @@ return [
// 日志保存目录
'path' => LOG_PATH,
// 日志记录级别 log,error,info,sql,notice,alert,debug
'level' => ['error', 'log', 'sql', 'notice', 'alert', 'debug'],
'level' => ['error', 'log', 'info', 'sql', 'notice', 'alert', 'debug'],
// error和sql日志单独记录
'apart_level' => ['error', 'sql'],
],