File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1982,6 +1982,30 @@ Logging Parameters
1982
1982
1983
1983
:setting:`security.redactClientLogData`
1984
1984
1985
+ .. parameter:: redactEncryptedFields
1986
+
1987
+ .. versionadded:: 6.1.0
1988
+
1989
+ |both|
1990
+
1991
+ *Type*: boolean
1992
+
1993
+ *Default*: ``true``
1994
+
1995
+ Configures :program:`mongod` and :program:`mongos` to redact field values
1996
+ of encrypted :bsontype:`Binary` data from all
1997
+ :ref:`log messages <log-messages-ref>`.
1998
+
1999
+ - If the :parameter:`redactClientLogData` parameter or the
2000
+ :setting:`security.redactClientLogData` setting is set to ``false`` and
2001
+ ``redactEncryptedFields`` is set to ``true`` (the default), encrypted
2002
+ fields are redacted from all log messages.
2003
+
2004
+ - If the :parameter:`redactClientLogData` parameter or
2005
+ :setting:`security.redactClientLogData` setting is set to ``true``,
2006
+ all fields are redacted, regardless of the ``redactEncryptedFields``
2007
+ setting.
2008
+
1985
2009
.. parameter:: traceExceptions
1986
2010
1987
2011
|both|
You can’t perform that action at this time.
0 commit comments