@@ -96,24 +96,6 @@ Settings
96
96
97
97
Additional increase in verbosity of output and logging.
98
98
99
- .. setting:: quiet
100
-
101
- *Default:* false
102
-
103
- Runs the :program:`mongod` or :program:`mongos` instance in a quiet
104
- mode that attempts to limit the amount of output. This option suppresses:
105
-
106
- - output from :term:`database commands <database command>`,
107
- including :dbcommand:`drop`, :dbcommand:`dropIndex`,
108
- :dbcommand:`diagLogging`, :dbcommand:`validate`, and
109
- :dbcommand:`clean`.
110
-
111
- - replication activity.
112
-
113
- - connection accepted events.
114
-
115
- - connection closed events.
116
-
117
99
.. setting:: port
118
100
119
101
*Default:* 27017
@@ -612,6 +594,29 @@ Settings
612
594
613
595
For internal diagnostic use only.
614
596
597
+ .. setting:: quiet
598
+
599
+ *Default:* false
600
+
601
+ Runs the :program:`mongod` or :program:`mongos` instance in a quiet
602
+ mode that attempts to limit the amount of output. This option suppresses:
603
+
604
+ - output from :term:`database commands <database command>`,
605
+ including :dbcommand:`drop`, :dbcommand:`dropIndex`,
606
+ :dbcommand:`diagLogging`, :dbcommand:`validate`, and
607
+ :dbcommand:`clean`.
608
+
609
+ - replication activity.
610
+
611
+ - connection accepted events.
612
+
613
+ - connection closed events.
614
+
615
+ .. note::
616
+
617
+ For production systems this option is **not** recommended as it may make
618
+ tracking problems during particular connections much more difficult.
619
+
615
620
Replication Options
616
621
```````````````````
617
622
0 commit comments