瀏覽代碼

no message

zhangchuanxing 3 月之前
父節點
當前提交
720501a3be
共有 2 個文件被更改,包括 6 次插入5 次删除
  1. 2 1
      .gitignore
  2. 4 4
      utils/logs.go

+ 2 - 1
.gitignore

@@ -11,4 +11,5 @@
 /hongze_web_mfyx
 .DS_Store
 /doc/
-*DS_Store
+*DS_Store
+cygxlogs/

+ 4 - 4
utils/logs.go

@@ -22,10 +22,10 @@ import (
 //	}
 
 const (
-	DefaultLogPath    = "./hongze_cygx/filelog"
-	DefaultBinlogPath = "./hongze_cygx/binlog"
-	DefaultDataPath   = "./hongze_cygx/datalog"
-	DefaultApiLogPath = "./hongze_cygx/apilog"
+	DefaultLogPath    = "./cygxlogs/filelog"
+	DefaultBinlogPath = "./cygxlogs/binlog"
+	DefaultDataPath   = "./cygxlogs/datalog"
+	DefaultApiLogPath = "./cygxlogs/apilog"
 )
 
 var FileLog *logs.BeeLogger