diff options
Diffstat (limited to 'src/mongo/db/commands/count.cpp')
-rw-r--r-- | src/mongo/db/commands/count.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/commands/count.cpp b/src/mongo/db/commands/count.cpp index cc323c6f2b5..16cef992308 100644 --- a/src/mongo/db/commands/count.cpp +++ b/src/mongo/db/commands/count.cpp @@ -26,6 +26,8 @@ * it in the license file. */ +#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kCommands + #include "mongo/platform/basic.h" #include "mongo/db/catalog/database.h" |