自动推广

This commit is contained in:
wangjinlei
2026-03-13 17:19:34 +08:00
parent 7d23e9c777
commit 65ba338a7d
8 changed files with 1863 additions and 741 deletions

View File

@@ -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',
],
// +----------------------------------------------------------------------