Skip to content

Commit 6e9fa54

Browse files
author
Greg Studer
committed
Update source/reference/configuration-options.txt
Hide --quiet option, it makes support much harder in certain cases.
1 parent 6e66f0b commit 6e9fa54

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

source/reference/configuration-options.txt

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -96,24 +96,6 @@ Settings
9696

9797
Additional increase in verbosity of output and logging.
9898

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-
11799
.. setting:: port
118100

119101
*Default:* 27017
@@ -612,6 +594,29 @@ Settings
612594

613595
For internal diagnostic use only.
614596

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+
615620
Replication Options
616621
```````````````````
617622

0 commit comments

Comments
 (0)