Browse Source

no message

zhangchuanxing 3 months ago
parent
commit
720501a3be
2 changed files with 6 additions and 5 deletions
  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