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