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