no commit message

This commit is contained in:
Anyon 2017-02-07 03:04:16 -05:00
parent f9b2dc68cc
commit fc23a344b1

View File

@ -8,7 +8,6 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
return [
// +----------------------------------------------------------------------
// | 应用设置
@ -169,6 +168,8 @@ return [
'path' => LOG_PATH,
// 日志记录级别
'level' => [],
// error和sql日志单独记录
'apart_level' => ['error', 'sql'],
],
// +----------------------------------------------------------------------