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