griffenliu opened a new issue #690:
URL: https://github.com/apache/apisix-dashboard/issues/690
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Question or discussion
- [+] Bug
- [ ] Requirements
- [ ] Feature or performance improvement
- [ ] Other
___
### 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)
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]