You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/11/04 09:55:58 UTC

[GitHub] [apisix-dashboard] griffenliu opened a new issue #690: prod env enable degub mode?

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:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan commented on issue #690: prod env enable degub mode?

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #690:
URL: https://github.com/apache/apisix-dashboard/issues/690#issuecomment-721805471


   This issue should cc @nic-chen 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen commented on issue #690: prod env enable degub mode?

Posted by GitBox <gi...@apache.org>.
nic-chen commented on issue #690:
URL: https://github.com/apache/apisix-dashboard/issues/690#issuecomment-722801086


   fixed.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [apisix-dashboard] idbeta commented on issue #690: prod env enable degub mode?

Posted by GitBox <gi...@apache.org>.
idbeta commented on issue #690:
URL: https://github.com/apache/apisix-dashboard/issues/690#issuecomment-721639938


   Please forgive me, I don’t understand the question very well, can you provide more information?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen closed issue #690: prod env enable degub mode?

Posted by GitBox <gi...@apache.org>.
nic-chen closed issue #690:
URL: https://github.com/apache/apisix-dashboard/issues/690


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen commented on issue #690: prod env enable degub mode?

Posted by GitBox <gi...@apache.org>.
nic-chen commented on issue #690:
URL: https://github.com/apache/apisix-dashboard/issues/690#issuecomment-722022443


   that's a bug. let's fix it in 2.0


----------------------------------------------------------------
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:
users@infra.apache.org