From a3d8e9a0c447c40aff9eb7fcbd94119737dc971c Mon Sep 17 00:00:00 2001 From: Matt Kangas Date: Tue, 14 Oct 2014 00:06:21 -0400 Subject: SERVER-15592 set default log component for all cpp --- src/mongo/util/exception_filter_win32.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mongo/util/exception_filter_win32.cpp') diff --git a/src/mongo/util/exception_filter_win32.cpp b/src/mongo/util/exception_filter_win32.cpp index 85b65d7d253..e95d0f49f59 100644 --- a/src/mongo/util/exception_filter_win32.cpp +++ b/src/mongo/util/exception_filter_win32.cpp @@ -26,6 +26,8 @@ * then also delete it in the license file. */ +#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault + #ifdef _WIN32 #include -- cgit v1.2.1