connID to md5

This commit is contained in:
wangchuxiao
2023-03-13 18:41:14 +08:00
parent 83b7794836
commit e28e6891d4
+1 -1
View File
@@ -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)
}