feat(log): 新增 DebugMysqlAsync 异步日志驱动与 debug_mysql_async 通道

This commit is contained in:
augushong
2026-08-16 08:06:27 +08:00
parent 413038b47d
commit 4d8cfc8844
3 changed files with 92 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ PREFIX=ul_
FIELDS_CACHE=false
[LOG]
# 日志通道三选一file本地文件/ debug_mysql直写数据库/ debug_mysql_async异步本地 JSONL + 定时导入,写日志零 DB 依赖)
CHANNEL=file
[TIMER]