all repos — homestead @ 5f2f546708cbe89a75131797b9f6d7f274656c43

Code for my website

ensure http always has a logger

Alan Pearce
commit

5f2f546708cbe89a75131797b9f6d7f274656c43

parent

52c7a311770809e20c790078ddf27ea4fa10c77e

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M domain/web/mux.godomain/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(