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