Bump MK verbosity and print SSL_CERT value

This commit is contained in:
Arturo Filastò 2019-05-15 19:29:34 +02:00
parent 2cda2d9639
commit 4ead3802a4

View File

@ -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)