xyxie 1 year ago
parent
commit
fd65f9ba74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/logs.go

+ 1 - 1
utils/logs.go

@@ -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"
 )
 )