@@ -14,7 +14,7 @@ import (
const (
DefaultLogPath = "./rdlucklog/filelog"
DefaultBinlogPath = "./rdlucklog/binlog"
- DefaultDataPath = "./rdlucklog/filedata"
+ DefaultDataPath = "./rdlucklog/datalog"
DefaultApiLogPath = "./rdlucklog/apilog"
)