From 330458e81f9baa3f936d639dc3edbe1a8c4c5a32 Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Thu, 5 May 2022 21:27:32 +0000 Subject: SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes --- src/mongo/db/repl/tenant_file_importer_service.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mongo/db/repl/tenant_file_importer_service.cpp') diff --git a/src/mongo/db/repl/tenant_file_importer_service.cpp b/src/mongo/db/repl/tenant_file_importer_service.cpp index 4e16c773709..09319217ac0 100644 --- a/src/mongo/db/repl/tenant_file_importer_service.cpp +++ b/src/mongo/db/repl/tenant_file_importer_service.cpp @@ -27,7 +27,6 @@ * it in the license file. */ -#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kTenantMigration #include "mongo/db/repl/tenant_file_importer_service.h" @@ -47,6 +46,9 @@ #include "mongo/logv2/log.h" #include "mongo/rpc/get_status_from_command_result.h" +#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kTenantMigration + + namespace mongo::repl { using namespace fmt::literals; -- cgit v1.2.1