Improve the presentation of the measurement listing from the CLI

This commit is contained in:
Arturo Filastò
2018-09-13 14:54:56 +02:00
parent 251f136b53
commit 4ed94dfc53
8 changed files with 177 additions and 25 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ func (c *Controller) Init(nt *mk.Nettest) error {
nt.Options = mk.NettestOptions{
IncludeIP: c.Ctx.Config.Sharing.IncludeIP,
IncludeASN: c.Ctx.Config.Sharing.IncludeASN,
IncludeCountry: c.Ctx.Config.Advanced.IncludeCountry,
IncludeCountry: c.Ctx.Config.Sharing.IncludeCountry,
LogLevel: "DEBUG",
ProbeCC: c.Ctx.Location.CountryCode,