summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-11-18 22:56:27 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2014-11-18 23:02:54 -0500
commitc0a623cf2bba01c4fbb78bda4a7b2e67c1c8d2d8 (patch)
tree64e76c2e2cdc8e409b9695b7854bdfb623b94210 /jstests/libs
parent2c7b356511a70c8e822a526f39a2ca9ad649e180 (diff)
downloadmongo-c0a623cf2bba01c4fbb78bda4a7b2e67c1c8d2d8.tar.gz
SERVER-16209 jstest fixes
Diffstat (limited to 'jstests/libs')
-rw-r--r--jstests/libs/config_files/set_component_verbosity.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/libs/config_files/set_component_verbosity.json b/jstests/libs/config_files/set_component_verbosity.json
index 69c200834a1..2284cddc2c3 100644
--- a/jstests/libs/config_files/set_component_verbosity.json
+++ b/jstests/libs/config_files/set_component_verbosity.json
@@ -7,7 +7,7 @@
},
"storage" : {
"verbosity" : 3,
- "journaling" : {
+ "journal" : {
"verbosity" : 5
}
}