Skip to content

Commit

Permalink
fix: remove gin debug logs from workspaces (#1748)
Browse files Browse the repository at this point in the history
Signed-off-by: Toma Puljak <toma.puljak@hotmail.com>
  • Loading branch information
Tpuljak authored Jan 28, 2025
1 parent 1e8ebaa commit 073833a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/agent/toolbox/toolbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func (s *Server) GetWorkspaceDir(ctx *gin.Context) {
}

func (s *Server) Start() error {
gin.SetMode(gin.ReleaseMode)
r := gin.New()
r.Use(gin.Recovery())
r.Use(middlewares.LoggingMiddleware())
Expand Down

0 comments on commit 073833a

Please sign in to comment.