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

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 /.idea
 /hz_eta_data.exe
 /rdlucklog
+/etalogs
 /binlog
 /conf
 /*.exe

+ 2 - 2
utils/logs.go

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