فهرست منبع

🐞 fix: fixed typo (#1916)

Co-authored-by: kevinzhang <kevinzhang@moonton.com>
kevin 2 سال پیش
والد
کامیت
edfaa6d906
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/stores/mon/collection.go

+ 1 - 1
core/stores/mon/collection.go

@@ -507,7 +507,7 @@ func (c *decoratedCollection) logDuration(ctx context.Context, method string, st
 
 
 	content, e := json.Marshal(docs)
 	content, e := json.Marshal(docs)
 	if e != nil {
 	if e != nil {
-		logger.Error(err)
+		logger.Error(e)
 	} else if err != nil {
 	} else if err != nil {
 		if duration > slowThreshold.Load() {
 		if duration > slowThreshold.Load() {
 			logger.Slowf("[MONGO] mongo(%s) - slowcall - %s - fail(%s) - %s",
 			logger.Slowf("[MONGO] mongo(%s) - slowcall - %s - fail(%s) - %s",