Skip to content

Commit

Permalink
Merge pull request #30 from mysteriumnetwork/less-sidecar-log-spam
Browse files Browse the repository at this point in the history
Less sidecar spam
  • Loading branch information
vkuznecovas authored Aug 10, 2021
2 parents 83f5e9e + b1f38da commit 784ae60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sidecar/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ func main() {

router := gin.New()
router.Use(gin.Recovery())
router.Use(mlog.GinLogFunc())
router.GET("/status", func(c *gin.Context) {
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()
Expand Down

0 comments on commit 784ae60

Please sign in to comment.