Skip to content

Commit f9be5a8

Browse files
committed
DOCSP-13571 add missing default for systemLog params
1 parent 9052494 commit f9be5a8

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
@@ -224,19 +224,24 @@ Core Options
224224

225225
*Type*: boolean
226226

227-
Run :binary:`~bin.mongos` or :binary:`~bin.mongod` in a quiet mode that attempts to limit the amount
228-
of output.
227+
*Default*: false
228+
229+
Run :binary:`~bin.mongos` or :binary:`~bin.mongod` in a quiet mode
230+
that attempts to limit the amount of output.
229231

230-
:setting:`systemLog.quiet` is **not** recommended for production systems as it may make
231-
tracking problems during particular connections much more difficult.
232+
:setting:`systemLog.quiet` is **not** recommended for production
233+
systems as it may make tracking problems during particular
234+
connections much more difficult.
232235

233236

234237
.. setting:: systemLog.traceAllExceptions
235238

236239
*Type*: boolean
237240

238-
Print verbose information for debugging. Use for additional logging for
239-
support-related troubleshooting.
241+
*Default*: false
242+
243+
Print verbose information for debugging. Use for additional logging
244+
for support-related troubleshooting.
240245

241246

242247

0 commit comments

Comments
 (0)