summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_union_with.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/document_source_union_with.cpp')
-rw-r--r--src/mongo/db/pipeline/document_source_union_with.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/document_source_union_with.cpp b/src/mongo/db/pipeline/document_source_union_with.cpp
index 1885bef0b51..ad9b7acc9d0 100644
--- a/src/mongo/db/pipeline/document_source_union_with.cpp
+++ b/src/mongo/db/pipeline/document_source_union_with.cpp
@@ -37,7 +37,7 @@
#include "mongo/db/pipeline/document_source_single_document_transformation.h"
#include "mongo/db/pipeline/document_source_union_with.h"
#include "mongo/db/pipeline/document_source_union_with_gen.h"
-#include "mongo/util/log.h"
+#include "mongo/logv2/log.h"
namespace mongo {
@@ -172,7 +172,7 @@ DocumentSource::GetNextResult DocumentSourceUnionWith::doGetNext() {
_pipeline =
pExpCtx->mongoProcessInterface->attachCursorSourceToPipeline(ctx, _pipeline.release());
_cursorAttached = true;
- LOG(3) << "$unionWith attached cursor to pipeline";
+ LOGV2_DEBUG(23869, 3, "$unionWith attached cursor to pipeline");
}
if (auto res = _pipeline->getNext())