summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2020-05-19 19:14:45 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-20 04:20:47 +0000
commit7688360d99c522164b6464b44941b862c78634d5 (patch)
treefdac3a8322965f04e0a9c46c1219e3a7565134a2
parent35c86a14e2ad2ef8d14fe7ea3ea02951f30e646a (diff)
downloadmongo-7688360d99c522164b6464b44941b862c78634d5.tar.gz
SERVER-46932 shell to output ProgramRunner output
-rw-r--r--src/mongo/shell/shell_utils_launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/shell_utils_launcher.cpp b/src/mongo/shell/shell_utils_launcher.cpp
index 4fdba455081..bd98f654b27 100644
--- a/src/mongo/shell/shell_utils_launcher.cpp
+++ b/src/mongo/shell/shell_utils_launcher.cpp
@@ -254,7 +254,7 @@ void ProgramOutputMultiplexer::appendLine(int port,
std::ostringstream ss;
sinkProgramOutput(_buffer);
sinkProgramOutput(ss);
- LOGV2_OPTIONS(
+ LOGV2_INFO_OPTIONS(
4615640,
logv2::LogOptions(logv2::LogTag::kPlainShell | logv2::LogTag::kAllowDuringPromptingShell,
logv2::LogTruncation::Disabled),