Skip to content

Commit

Permalink
feat(release): Add logger
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton committed Oct 3, 2018
1 parent 677bc66 commit 272610f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func NewServer(client *circle.Client, hostname string) *Server {
e.GET("/release/ios/*", s.ReleaseIOS)
e.GET("/artifacts/:build_id", s.Artifacts)

e.Use(middleware.Logger())
e.Use(middleware.BasicAuth(basicAuth))

return s
Expand Down

0 comments on commit 272610f

Please sign in to comment.