审计日志异步+批量入库

This commit is contained in:
lanrenwo
2022-09-27 16:30:05 +08:00
parent 10ca7c9c85
commit 3c5acd31fb
9 changed files with 393 additions and 92 deletions

View File

@@ -37,6 +37,8 @@ func Start() {
go admin.StartAdmin()
go startTls()
go startDtls()
go logAuditBatch()
}
func Stop() {