connID to md5

This commit is contained in:
wangchuxiao
2023-03-13 18:58:45 +08:00
parent 54a74c0b82
commit 0b1c198dfe
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -73,4 +73,6 @@ func (w Writer) Printf(format string, args ...interface{}) {
s = append(s, fmt.Sprintf("%v", v))
}
log.ZDebug(context.Background(), format, "sql", strings.Join(s, ""))
fmt.Println(format)
fmt.Println(strings.Join(s, ""))
}