xyxie пре 1 година
родитељ
комит
fd65f9ba74
1 измењених фајлова са 1 додато и 1 уклоњено
  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"
 )