diff --git a/nettests/nettests.go b/nettests/nettests.go index fcd468b..f618173 100644 --- a/nettests/nettests.go +++ b/nettests/nettests.go @@ -89,7 +89,7 @@ func (c *Controller) Init(nt *mk.Nettest) error { IncludeIP: c.Ctx.Config.Sharing.IncludeIP, IncludeASN: c.Ctx.Config.Sharing.IncludeASN, IncludeCountry: c.Ctx.Config.Sharing.IncludeCountry, - LogLevel: "INFO", + LogLevel: "DEBUG", ProbeCC: c.Ctx.Location.CountryCode, ProbeASN: fmt.Sprintf("AS%d", c.Ctx.Location.ASN), @@ -113,6 +113,7 @@ func (c *Controller) Init(nt *mk.Nettest) error { nt.Options.CaBundlePath = sslCertFile } + log.Debugf("CaBundlePath: %s", nt.Options.CaBundlePath) log.Debugf("GeoIPASNPath: %s", nt.Options.GeoIPASNPath) log.Debugf("GeoIPCountryPath: %s", nt.Options.GeoIPCountryPath)