Update log.php

This commit is contained in:
Anyon 2020-01-09 16:23:18 +08:00
parent 395e5c26be
commit f3eef0d101

View File

@ -32,11 +32,11 @@ return [
// 日志保存目录
'path' => '',
// 单文件日志写入
'single' => false,
'single' => true,
// 独立日志级别
'apart_level' => ['error'],
'apart_level' => ['error', 'sql'],
// 最大日志文件数量
'max_files' => 0,
'max_files' => 200,
// 使用JSON格式记录php
'json' => false,
// 日志处理