ensure http always has a logger
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M domain/web/mux.go → domain/web/mux.go
@@ -79,7 +79,7 @@ return nil } func (website *Website) MakeRedirectorApp() *server.App { - mux := ihttp.NewServeMux() + mux := ihttp.NewServeMux(website.log.Named("http")) website.identity.RegisterHandlers(mux) re := regexp.MustCompile(