mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 logging
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user