Update log.php

This commit is contained in:
Anyon 2019-04-18 13:33:09 +08:00
parent 788e39ae36
commit 2b8661c357

View File

@ -20,7 +20,7 @@ return [
// 日志每10兆分割文件
'file_size' => 10485760,
// 设置记录目录的类型
'level' => ['error'],
// 'level' => ['error'],
// 日志类型分别写入文件
'apart_level' => ['error', 'sql'],
];