From f47391e24cdc21a5f2a7632911245c1530003b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 12 Feb 2020 15:08:36 +0100 Subject: [PATCH] Make log line be debug level --- nettests/web_connectivity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nettests/web_connectivity.go b/nettests/web_connectivity.go index a52098e..f1ee0fb 100644 --- a/nettests/web_connectivity.go +++ b/nettests/web_connectivity.go @@ -38,7 +38,7 @@ type WebConnectivity struct { // Run starts the test func (n WebConnectivity) Run(ctl *Controller) error { - log.Infof("Enabled category codes are the following %v", ctl.Ctx.Config.Nettests.WebsitesEnabledCategoryCodes) + log.Debugf("Enabled category codes are the following %v", ctl.Ctx.Config.Nettests.WebsitesEnabledCategoryCodes) urls, urlIDMap, err := lookupURLs(ctl, ctl.Ctx.Config.Nettests.WebsitesURLLimit, ctl.Ctx.Config.Nettests.WebsitesEnabledCategoryCodes) if err != nil { return err