panlei
2019-09-24 7d05d7b05151b7d0709565f69798f22c8b811538
main.go
@@ -42,7 +42,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.Info("日志初始化成功!")