Browse Source

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

Roc 10 months ago
parent
commit
95ca502536
1 changed files with 2 additions and 2 deletions
  1. 2 2
      utils/logs.go

+ 2 - 2
utils/logs.go

@@ -149,8 +149,8 @@ func initMgoLog() {
 		logPath = "./etalogs"
 	}
 
-	mongoLogPath := logPath + "/mongo"
-	mongoLogFile := "mongo.log"
+	mongoLogPath := logPath + "/mongolog"
+	mongoLogFile := "mongolog.log"
 
 	os.MkdirAll(mongoLogPath, os.ModePerm)
 	logFileName := path.Join(mongoLogPath, mongoLogFile)