From 79a8452b2a813b796059e5eab6c18f685283ce08 Mon Sep 17 00:00:00 2001 From: Max Hirschhorn Date: Sun, 22 Mar 2020 20:33:03 -0400 Subject: Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging" This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f. --- src/mongo/db/db.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/db.cpp') diff --git a/src/mongo/db/db.cpp b/src/mongo/db/db.cpp index 84a2c053edb..0615dbf351a 100644 --- a/src/mongo/db/db.cpp +++ b/src/mongo/db/db.cpp @@ -326,7 +326,7 @@ ExitCode _initAndListen(ServiceContext* serviceContext, int listenPort) { VersionInfoInterface::instance().logTargetMinOS(); #endif - logProcessDetails(nullptr); + logProcessDetails(); serviceContext->setServiceEntryPoint(std::make_unique(serviceContext)); -- cgit v1.2.1