diff --git a/server/handler/handler.go b/server/handler/handler.go index a612639..ffc3400 100644 --- a/server/handler/handler.go +++ b/server/handler/handler.go @@ -26,7 +26,7 @@ func Handler( dnsLookupCache, canonicalDomainCache, redirectsCache cache.ICache, ) http.HandlerFunc { return func(w http.ResponseWriter, req *http.Request) { - log.Info().Msg("\n----------------------------------------------------------") + log.Debug().Msg("\n----------------------------------------------------------") log := log.With().Strs("Handler", []string{req.Host, req.RequestURI}).Logger() ctx := context.New(w, req)