Bump MK verbosity and print SSL_CERT value
This commit is contained in:
parent
2cda2d9639
commit
4ead3802a4
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user