From 315ab5c3b2f5501ddb1a04da43576eb83e1bc76f Mon Sep 17 00:00:00 2001 From: amamyrin Date: Wed, 11 Dec 2024 17:02:34 +0300 Subject: [PATCH] add init message --- mcore/cmd/app/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/mcore/cmd/app/main.go b/mcore/cmd/app/main.go index 78ee133..4123e81 100644 --- a/mcore/cmd/app/main.go +++ b/mcore/cmd/app/main.go @@ -38,6 +38,7 @@ func main() { } log.Println("init redis: " + cfg.Redis) + log.Printf("secrets len = %d", len(cfg.Secrets)) mq := myredis.NewMessageQueue(cfg.Redis) ctx := context.Background()