panlei
2019-09-18 c6bc736739b2f95c9c9717127c6aad66bb8068d5
main.go
@@ -43,6 +43,7 @@
      logFile = viper.GetString("LogBasePath")
   }
   logFile = logFile + "/ruleprocess.log"
   fmt.Println("日志地址:",logFile)
   logger.Config(logFile, logger.DebugLevel)
   logger.Info("日志初始化成功!")
}