Skip to content

Update source/reference/configuration-options.txt #586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 23 additions & 18 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <database command>`,
including :dbcommand:`drop`, :dbcommand:`dropIndex`,
:dbcommand:`diagLogging`, :dbcommand:`validate`, and
:dbcommand:`clean`.

- replication activity.

- connection accepted events.

- connection closed events.

.. setting:: port

*Default:* 27017
Expand Down Expand Up @@ -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 <database command>`,
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
```````````````````

Expand Down