From 44c76dfcaa3700831fc736a891b46a4f1314da51 Mon Sep 17 00:00:00 2001 From: Hoernschen Date: Mon, 26 Feb 2024 21:35:28 +0100 Subject: [PATCH] CHANGE logging --- server/handler/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)