xyxie 1 năm trước cách đây
mục cha
commit
6ceb8a4e6e
2 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 1 0
      .gitignore
  2. 3 3
      utils/logs.go

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@
 /.idea
 /lastupdate.tmp
 /rdlucklog
+/etalogs
 .DS_Store
 binlog/
 /eta_index_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()