summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/test/qa-tests/jstests/libs/config_files/set_component_verbosity.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/test/qa-tests/jstests/libs/config_files/set_component_verbosity.json')
-rw-r--r--src/mongo/gotools/test/qa-tests/jstests/libs/config_files/set_component_verbosity.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mongo/gotools/test/qa-tests/jstests/libs/config_files/set_component_verbosity.json b/src/mongo/gotools/test/qa-tests/jstests/libs/config_files/set_component_verbosity.json
new file mode 100644
index 00000000000..69c200834a1
--- /dev/null
+++ b/src/mongo/gotools/test/qa-tests/jstests/libs/config_files/set_component_verbosity.json
@@ -0,0 +1,16 @@
+{
+ "systemLog" : {
+ "verbosity" : 2,
+ "component" : {
+ "accessControl" : {
+ "verbosity" : 0
+ },
+ "storage" : {
+ "verbosity" : 3,
+ "journaling" : {
+ "verbosity" : 5
+ }
+ }
+ }
+ }
+}