From 4ead3802a4fc385baf371a73d7a5a6abffe126d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 15 May 2019 19:29:34 +0200 Subject: [PATCH] Bump MK verbosity and print SSL_CERT value --- nettests/nettests.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)