Skip to content

Commit

Permalink
add init message
Browse files Browse the repository at this point in the history
  • Loading branch information
amamyrin committed Dec 11, 2024
1 parent d726c82 commit 315ab5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mcore/cmd/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 315ab5c

Please sign in to comment.