@@ -3,6 +3,7 @@
/conf/app.conf
/binlog
/rdlucklog
+/etalogs
/*.xlsx
/eta_task
eta_task
@@ -12,8 +12,8 @@ import (
)
const (
- DefaultLogPath = "./rdlucklog/filelog"
- DefaultBinlogPath = "./rdlucklog/binlog"
+ DefaultLogPath = "./etalogs/filelog"
+ DefaultBinlogPath = "./etalogs/binlog"
var FileLog = logrus.New()