自动推广
This commit is contained in:
@@ -172,8 +172,11 @@ return [
|
||||
// 日志保存目录
|
||||
'path' => LOG_PATH,
|
||||
// 日志记录级别
|
||||
'level' => ['log'],
|
||||
"max_files"=>3,
|
||||
'level' => ['error', 'warning', 'info', 'notice', 'debug'],
|
||||
'file_size' => 1024 * 1024 * 2, // 2MB
|
||||
'max_files'=>30,
|
||||
'apart_day' => true,
|
||||
'format' => '[%s][%s] %s',
|
||||
],
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user