summaryrefslogtreecommitdiff
path: root/src/mongo/db/json.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/json.cpp')
-rw-r--r--src/mongo/db/json.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/json.cpp b/src/mongo/db/json.cpp
index a7ed1b5959d..6008ff5fa5c 100644
--- a/src/mongo/db/json.cpp
+++ b/src/mongo/db/json.cpp
@@ -25,6 +25,8 @@
* then also delete it in the license file.
*/
+#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault
+
#include "mongo/db/json.h"
#include "mongo/base/parse_number.h"