Browse Source

style:调整mongo日志的路径

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

+ 1 - 1
utils/logs.go

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