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/website.godomain/web/website.go
@@ -182,7 +182,7 @@ <-firstUpdate
website.identity = identity.New(cfg, log.Named("identity")) - mux := ihttp.NewServeMux() + mux := ihttp.NewServeMux(log.Named("http")) mux.HandleError(website.ErrorHandler) mux.Handle("/", website) mux.HandleFunc("/calendar", website.Calendar)