From e28e6891d45ee610ae3bb816eb7ab2aabef025fc Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 13 Mar 2023 18:41:14 +0800 Subject: [PATCH] connID to md5 --- pkg/common/db/relation/mysql_init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/common/db/relation/mysql_init.go b/pkg/common/db/relation/mysql_init.go index 354902357..f137a8978 100644 --- a/pkg/common/db/relation/mysql_init.go +++ b/pkg/common/db/relation/mysql_init.go @@ -68,5 +68,5 @@ func NewGormDB() (*gorm.DB, error) { type Writer struct{} func (w Writer) Printf(format string, args ...interface{}) { - log.ZDebug(context.Background(), format, args) + log.ZDebug(context.Background(), format) }