Browse Source

Merge remote-tracking branch 'origin/eta/1.8.4' into debug

Roc 11 tháng trước cách đây
mục cha
commit
f115d52e95
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/logs.go

+ 1 - 1
utils/logs.go

@@ -149,7 +149,7 @@ func initMgoLog() {
 		logPath = "./etalogs"
 	}
 
-	mongoLogPath := logPath + "/mongologs"
+	mongoLogPath := logPath + "/mongolog"
 	mongoLogFile := "mongolog.log"
 
 	os.MkdirAll(mongoLogPath, os.ModePerm)