mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
feat(log): 新增 DebugMysqlAsync 异步日志驱动与 debug_mysql_async 通道
This commit is contained in:
@@ -72,7 +72,11 @@ return [
|
||||
'charset' => Env::get('database.charset', 'utf8'),
|
||||
// 数据库表前缀
|
||||
'prefix' => Env::get('database.prefix', 'ul_'),
|
||||
]
|
||||
],
|
||||
// 异步模式:本地 JSONL + 定时导入,写日志零 DB 依赖
|
||||
'debug_mysql_async' => [
|
||||
'type' => 'DebugMysqlAsync',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user