Skip to content

Commit

Permalink
feat: don't log http redirects
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <git@mattglei.ch>
  • Loading branch information
gleich committed Jul 31, 2024
1 parent 781cb2f commit a529fb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func main() {
func startHTTP() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, "https://github.com/gleich/terminal", http.StatusTemporaryRedirect)
lumber.Success("handled http redirect to github repo")
})

lumber.Info("starting http server")
Expand Down

0 comments on commit a529fb8

Please sign in to comment.