From 6e9fa5449d548bfeb5fb5067303449258851ba5f Mon Sep 17 00:00:00 2001 From: Greg Studer Date: Fri, 25 Jan 2013 16:47:32 -0500 Subject: [PATCH] Update source/reference/configuration-options.txt Hide --quiet option, it makes support much harder in certain cases. --- source/reference/configuration-options.txt | 41 ++++++++++++---------- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index 23c28844295..4406b8c8105 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -96,24 +96,6 @@ Settings Additional increase in verbosity of output and logging. -.. setting:: quiet - - *Default:* false - - Runs the :program:`mongod` or :program:`mongos` instance in a quiet - mode that attempts to limit the amount of output. This option suppresses: - - - output from :term:`database commands `, - including :dbcommand:`drop`, :dbcommand:`dropIndex`, - :dbcommand:`diagLogging`, :dbcommand:`validate`, and - :dbcommand:`clean`. - - - replication activity. - - - connection accepted events. - - - connection closed events. - .. setting:: port *Default:* 27017 @@ -612,6 +594,29 @@ Settings For internal diagnostic use only. +.. setting:: quiet + + *Default:* false + + Runs the :program:`mongod` or :program:`mongos` instance in a quiet + mode that attempts to limit the amount of output. This option suppresses: + + - output from :term:`database commands `, + including :dbcommand:`drop`, :dbcommand:`dropIndex`, + :dbcommand:`diagLogging`, :dbcommand:`validate`, and + :dbcommand:`clean`. + + - replication activity. + + - connection accepted events. + + - connection closed events. + + .. note:: + + For production systems this option is **not** recommended as it may make + tracking problems during particular connections much more difficult. + Replication Options ```````````````````