fix(ooniprobe): send batch output to stdout (#261)
Rationale explained in detail in a documentation comment. Reference issue: https://github.com/ooni/probe/issues/1384.
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/ooni/probe-cli/v3/cmd/ooniprobe/internal/utils"
|
||||
)
|
||||
|
||||
// Default handler outputting to stderr.
|
||||
// Default handler outputting to stdout.
|
||||
var Default = New(os.Stdout)
|
||||
|
||||
// start time.
|
||||
|
||||
Reference in New Issue
Block a user