The root of this problem is that `tracing-subscriber` sends logs to stdout. The peer's stream goes to stdout so messages should go to stderr, to not clobber the transmitted file.
The root of this problem is that
tracing-subscribersends logs to stdout.The peer's stream goes to stdout so messages should go to stderr, to not clobber the transmitted file.