Browse Source

:art: logging

Liang Ding 2 năm trước cách đây
mục cha
commit
d0e15500df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      kernel/sql/queue.go

+ 1 - 1
kernel/sql/queue.go

@@ -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)
 	}
 	}
 }
 }