|
@@ -12,10 +12,10 @@ import (
|
|
)
|
|
)
|
|
|
|
|
|
const (
|
|
const (
|
|
- DefaultLogPath = "./rdlucklog/filelog"
|
|
|
|
- DefaultBinlogPath = "./rdlucklog/binlog"
|
|
|
|
- DefaultDataPath = "./rdlucklog/datalog"
|
|
|
|
- DefaultApiLogPath = "./rdlucklog/apilog"
|
|
|
|
|
|
+ DefaultLogPath = "./etalogs/filelog"
|
|
|
|
+ DefaultBinlogPath = "./etalogs/binlog"
|
|
|
|
+ DefaultDataPath = "./etalogs/datalog"
|
|
|
|
+ DefaultApiLogPath = "./etalogs/apilog"
|
|
)
|
|
)
|
|
|
|
|
|
var FileLog = logrus.New()
|
|
var FileLog = logrus.New()
|