🎨 logging

This commit is contained in:
Liang Ding 2023-01-27 15:51:51 +08:00
parent d51d231efa
commit d0e15500df
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

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