Skip to content

Commit

Permalink
Make log line be debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 12, 2020
1 parent 1f94b20 commit f47391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nettests/web_connectivity.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f47391e

Please sign in to comment.