Open TheRealDJ opened 2 years ago
On one hand, this behavior shouldn't be a surprise because iperf3 prints this warning if you try to use those two features together:
warning: Verbose output (-v) may interfere with JSON output (-J)
On the other hand it'd probably be good if iperf3 didn't do that.
Can't the debug output be outputted to STDERR to resolve this?
Context
Bug Report
--json
specified, the output of STDOUT should be working JSON--verbose
in conjunction with--json
, the verbose output messages are sent to STDOUT along with JSON, breaking JSONiperf3 --client XXX ... --verbose --json
--json
is used also).