summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/benchmark_main.cpp
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2020-03-05 13:45:21 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-14 21:34:40 +0000
commit79a8c251b6aa40165893bf0026091559eb5c13c7 (patch)
tree8a0728952b9ef13ae8a72c8c2ed60a6cf0492833 /src/mongo/unittest/benchmark_main.cpp
parentbe3eeca3c9802293b4a18cfae2d28c6cd41dfa29 (diff)
downloadmongo-79a8c251b6aa40165893bf0026091559eb5c13c7.tar.gz
SERVER-46127 unit tests log to a kTest component
Diffstat (limited to 'src/mongo/unittest/benchmark_main.cpp')
-rw-r--r--src/mongo/unittest/benchmark_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/unittest/benchmark_main.cpp b/src/mongo/unittest/benchmark_main.cpp
index 08d5c246724..e116be4d938 100644
--- a/src/mongo/unittest/benchmark_main.cpp
+++ b/src/mongo/unittest/benchmark_main.cpp
@@ -27,7 +27,7 @@
* it in the license file.
*/
-#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kTest
#include "mongo/platform/basic.h"