Skip to content

Commit 68713e6

Browse files
committed
DOCSP-13571 add missing default for systemLog params
1 parent aa64a1c commit 68713e6

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

source/reference/configuration-options.txt

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,19 +176,24 @@ Core Options
176176

177177
*Type*: boolean
178178

179-
Run :binary:`~bin.mongos` or :binary:`~bin.mongod` in a quiet mode that attempts to limit the amount
180-
of output.
179+
*Default*: false
180+
181+
Run :binary:`~bin.mongos` or :binary:`~bin.mongod` in a quiet mode
182+
that attempts to limit the amount of output.
181183

182-
:setting:`systemLog.quiet` is **not** recommended for production systems as it may make
183-
tracking problems during particular connections much more difficult.
184+
:setting:`systemLog.quiet` is **not** recommended for production
185+
systems as it may make tracking problems during particular
186+
connections much more difficult.
184187

185188

186189
.. setting:: systemLog.traceAllExceptions
187190

188191
*Type*: boolean
189192

190-
Print verbose information for debugging. Use for additional logging for
191-
support-related troubleshooting.
193+
*Default*: false
194+
195+
Print verbose information for debugging. Use for additional logging
196+
for support-related troubleshooting.
192197

193198

194199

0 commit comments

Comments
 (0)