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 14:47:41 +0000
commitae3e03306fe1bf2d31567a4ee3dac2fa5af3a3ff (patch)
tree0c61cf29cc24e0f247cc6f10e274db0d6a99687c
parent0c8f485648a4b90288b881da228ea8ad1340ac32 (diff)
downloadmongo-ae3e03306fe1bf2d31567a4ee3dac2fa5af3a3ff.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 ced597fc7b4..33d75743d51 100644
--- a/src/mongo/shell/shell_utils_launcher.cpp
+++ b/src/mongo/shell/shell_utils_launcher.cpp
@@ -251,7 +251,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),