-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Description
It would be great if this project supports logging; it helps a lot when debugging.
For now I've used github.com/gorilla/handlers and modified Run in webhooks.go to be
logSrv := handlers.LoggingHandler(os.Stdout, srv)
s := &http.Server{Addr: addr, Handler: logSrv}
return s.ListenAndServe()
Metadata
Metadata
Assignees
Labels
No labels