Hans Deragon wrote:
I implemented a simple common option (-K) for the client tools that if enabled, sets the file descriptor used to output errors to stdout insteadof the default (and currently used) stderr.This is done because when running a batch of commands with the output sent to a file, logs collected are not shown chronologically because the outputis split between stdout and stderr. (...)
I suggest instead a -B option to make stdout unbuffered or linebuffered.
Hallvard