summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Caimano <ben.caimano@mongodb.com>2019-11-11 16:14:44 +0000
committerevergreen <evergreen@mongodb.com>2019-11-11 16:14:44 +0000
commit9ee9ea203e1ab143a2e04cbf5021e7ec4b50ad15 (patch)
tree4ab57f5f6c061b67328f49c056157e94c2e6892b
parentedb195bc0f0e5b1a9b5147b3fe5ad9d20e00be7b (diff)
downloadmongo-9ee9ea203e1ab143a2e04cbf5021e7ec4b50ad15.tar.gz
SERVER-42790 Change ConnectionPool's kDiagnosticLogLevel from 3 to 4
-rw-r--r--src/mongo/executor/connection_pool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/connection_pool.cpp b/src/mongo/executor/connection_pool.cpp
index a2006875884..00d481b217a 100644
--- a/src/mongo/executor/connection_pool.cpp
+++ b/src/mongo/executor/connection_pool.cpp
@@ -199,7 +199,7 @@ protected:
*/
class ConnectionPool::SpecificPool final
: public std::enable_shared_from_this<ConnectionPool::SpecificPool> {
- static constexpr int kDiagnosticLogLevel = 3;
+ static constexpr int kDiagnosticLogLevel = 4;
public:
/**