xyxie 1 ano atrás
pai
commit
43899a0173
2 arquivos alterados com 3 adições e 2 exclusões
  1. 1 0
      .gitignore
  2. 2 2
      utils/logs.go

+ 1 - 0
.gitignore

@@ -3,6 +3,7 @@
 /conf/app.conf
 /binlog
 /rdlucklog
+/etalogs
 /*.xlsx
 /eta_task
 eta_task

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