Skip to content

Commit f6cb693

Browse files
author
Sam Kleinman
committed
DOCS-749 clarifying multiple verbosity levels in config files
1 parent ef6068a commit f6cb693

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

source/reference/configuration-options.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,17 @@ Settings
5555
*Default:* false
5656

5757
Increases the amount of internal reporting returned on standard
58-
output or in the log file generated by :setting:`logpath`.
58+
output or in the log file generated by :setting:`logpath`. To
59+
enable :setting:`verbose` or to enable increased verbosity with
60+
:setting:`vvvv`, set these options as in the following example:
61+
62+
.. code-block:: sh
63+
64+
verbose = true
65+
vvvv = true
66+
67+
68+
MongoDB has the following levels of verbosity:
5969

6070
.. setting:: v
6171

@@ -131,7 +141,7 @@ Settings
131141
.. setting:: maxConns
132142

133143
*Default:* depends on system (i.e. ulimit and file descriptor)
134-
limits. Unless set, MongoDB will not limit its own connections.
144+
limits. Unless set, MongoDB will not limit its own connections.
135145

136146
Specifies a value to set the maximum number of simultaneous
137147
connections that :program:`mongod` or :program:`mongos` will

0 commit comments

Comments
 (0)