@@ -1,6 +1,7 @@
/.idea
/hz_eta_data.exe
/rdlucklog
+/etalogs
/binlog
/conf
/*.exe
@@ -12,8 +12,8 @@ import (
)
const (
- DefaultLogPath = "./rdlucklog/filelog"
- DefaultBinlogPath = "./rdlucklog/binlog"
+ DefaultLogPath = "./etalogs/filelog"
+ DefaultBinlogPath = "./etalogs/binlog"
var FileLog = logrus.New()