---
panlei
2019-12-09 412fe60ce32ab96ae55ec7217f68b1280d751d81
main.go
@@ -40,7 +40,7 @@
   if viper.GetString("LogBasePath") != "" {
      logFile = viper.GetString("LogBasePath")
   }
   //logFile = logFile + "ruleprocess.log"
   logFile = logFile + "ruleprocess.log"
   //fmt.Println("日志地址:",logFile)
   logger.Config(logFile, logger.DebugLevel)
   logger.SetSaveDays(7)