From 4c172192b6e45d7049c443d6487b6b8f1f9f1b5e Mon Sep 17 00:00:00 2001 From: Richard Kreuter Date: Sun, 9 Sep 2012 16:44:47 -0400 Subject: [PATCH] Tad Marshall claims traceExceptions is plural. See SERVER-6978. --- source/reference/command/setParameter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/command/setParameter.txt b/source/reference/command/setParameter.txt index 5aee1997b3b..857ecdd7a6e 100644 --- a/source/reference/command/setParameter.txt +++ b/source/reference/command/setParameter.txt @@ -30,7 +30,7 @@ setParameter :option boolean notablescan: If ``true``, queries that do not using an index will fail. - :option boolean traceException: If ``true``, :program:`mongod` will + :option boolean traceExceptions: If ``true``, :program:`mongod` will log full stack traces on assertions or errors. This parameter is only available in version 2.1 and later.