Improve the presentation of the measurement listing from the CLI
This commit is contained in:
parent
251f136b53
commit
4ed94dfc53
8 changed files with 177 additions and 25 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue