xyxie 1 year ago
parent
commit
0aa2c6139f
2 changed files with 4 additions and 3 deletions
  1. 1 0
      .gitignore
  2. 3 3
      utils/logs.go

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@
 /conf/*.conf
 /binlog
 /rdlucklog
+/etalogs/*
 /*.exe
 /lastupdate.tmp
 /eta_chart_lib.exe~

+ 3 - 3
utils/logs.go

@@ -12,9 +12,9 @@ import (
 )
 
 const (
-	DefaultLogPath    = "./rdlucklog/filelog"
-	DefaultBinlogPath = "./rdlucklog/binlog"
-	DefaultApiLogPath = "./rdlucklog/apilog"
+	DefaultLogPath    = "./etalogs/filelog"
+	DefaultBinlogPath = "./etalogs/binlog"
+	DefaultApiLogPath = "./etalogs/apilog"
 )
 
 var FileLog = logrus.New()