🎨 logging

This commit is contained in:
Liang Ding
2023-01-27 15:51:51 +08:00
parent d51d231efa
commit d0e15500df

View File

@@ -136,7 +136,7 @@ func FlushQueue() {
elapsed := time.Now().Sub(start).Milliseconds()
if 7000 < elapsed {
logging.LogInfof("op tx [%dms]", elapsed)
logging.LogInfof("database op tx [%dms]", elapsed)
}
}