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