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

+ 1 - 0
.gitignore

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

+ 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()