Please answer these questions before submitting your issue.
Bug
- Which version of Apache APISIX Dashboard, OS, and Browser?
2.0
- What happened?
prod env enable degub mode?
func SetUpRouter() *gin.Engine {
if conf.ENV != conf.EnvLOCAL && conf.ENV != conf.EnvBETA {
gin.SetMode(gin.DebugMode)
} else {
gin.SetMode(gin.ReleaseMode)
}
Please answer these questions before submitting your issue.
Bug
2.0
prod env enable degub mode?