feat : 使用runtime cache中的mq功能优化日志存储

perf 👌: 启用mq将日志存储从中间件中移除到消费者
This commit is contained in:
linwenxiang
2021-03-25 22:26:33 +08:00
parent 2459c877e0
commit f188b34253
7 changed files with 184 additions and 103 deletions
+6
View File
@@ -0,0 +1,6 @@
package global
const (
LoginLog = "login_log_queue"
OperateLog = "operate_log_queue"
)