summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_helpers.cpp
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-10-10 16:59:23 -0400
committerMatt Kangas <matt.kangas@mongodb.com>2014-10-27 14:00:14 -0400
commit28373a8a57c5caec25c02efb8b365f20d05387c6 (patch)
tree1f93338b91d709557efdbca3c136b1a4c9bf3898 /src/mongo/db/server_options_helpers.cpp
parent2509427be884a0a127b230bf4c2f98ac007aa05a (diff)
downloadmongo-28373a8a57c5caec25c02efb8b365f20d05387c6.tar.gz
SERVER-15604 log component kControl
Diffstat (limited to 'src/mongo/db/server_options_helpers.cpp')
-rw-r--r--src/mongo/db/server_options_helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/server_options_helpers.cpp b/src/mongo/db/server_options_helpers.cpp
index aee04f87fb2..cc549560836 100644
--- a/src/mongo/db/server_options_helpers.cpp
+++ b/src/mongo/db/server_options_helpers.cpp
@@ -26,7 +26,7 @@
* it in the license file.
*/
-#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault
+#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kControl
#include "mongo/db/server_options_helpers.h"