Print info messages to stdout instead of stderr (#2639)

This commit is contained in:
borgmanJeremy
2022-06-02 08:38:31 -05:00
committed by GitHub
parent 7a57268ca3
commit 65e3a01360
3 changed files with 8 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ CommandLineParser::CommandLineParser()
namespace {
AbstractLogger out =
AbstractLogger::info(AbstractLogger::Stderr).enableMessageHeader(false);
AbstractLogger::info(AbstractLogger::Stdout).enableMessageHeader(false);
AbstractLogger err = AbstractLogger::error(AbstractLogger::Stderr);
auto versionOption =