summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_configure_collection_balancing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_configure_collection_balancing.cpp')
-rw-r--r--src/mongo/s/commands/cluster_configure_collection_balancing.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_configure_collection_balancing.cpp b/src/mongo/s/commands/cluster_configure_collection_balancing.cpp
index 12d0082dbe7..2853641355f 100644
--- a/src/mongo/s/commands/cluster_configure_collection_balancing.cpp
+++ b/src/mongo/s/commands/cluster_configure_collection_balancing.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kSharding
#include "mongo/platform/basic.h"
@@ -45,6 +44,9 @@
#include "mongo/s/grid.h"
#include "mongo/s/request_types/configure_collection_balancing_gen.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kSharding
+
+
namespace mongo {
namespace {