summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2018-10-10 15:57:58 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2018-10-11 13:50:50 -0400
commit2a29a9b81a469c85417e8561733feb393497a444 (patch)
treea934763f4d37055ce9134e63b45c4f502c0d19a8 /buildscripts
parentfd7819f662796a99e8db589bd29dc1a326331ae7 (diff)
downloadmongo-2a29a9b81a469c85417e8561733feb393497a444.tar.gz
SERVER-37553 Log sending and receiving every message in the transaction two phase commit protocol
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokelib/core/programs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/core/programs.py b/buildscripts/resmokelib/core/programs.py
index f80b4541ee4..2b3941ba165 100644
--- a/buildscripts/resmokelib/core/programs.py
+++ b/buildscripts/resmokelib/core/programs.py
@@ -22,7 +22,7 @@ from .. import utils
# The default verbosity setting for any tests that are not started with an Evergreen task id. This
# will apply to any tests run locally.
-DEFAULT_MONGOD_LOG_COMPONENT_VERBOSITY = {"replication": {"rollback": 2}}
+DEFAULT_MONGOD_LOG_COMPONENT_VERBOSITY = {"replication": {"rollback": 2}, "transaction": 4}
# The default verbosity setting for any tests running in Evergreen i.e. started with an Evergreen
# task id.