File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,17 @@ Settings
55
55
*Default:* false
56
56
57
57
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:
59
69
60
70
.. setting:: v
61
71
@@ -131,7 +141,7 @@ Settings
131
141
.. setting:: maxConns
132
142
133
143
*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.
135
145
136
146
Specifies a value to set the maximum number of simultaneous
137
147
connections that :program:`mongod` or :program:`mongos` will
You can’t perform that action at this time.
0 commit comments