xyxie há 1 ano atrás
pai
commit
fd65f9ba74
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      utils/logs.go

+ 1 - 1
utils/logs.go

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