diff --git a/users/config.rst b/users/config.rst index c67f1801..5ea05ca3 100644 --- a/users/config.rst +++ b/users/config.rst @@ -1349,6 +1349,21 @@ The ``options`` element contains all other global configuration options. connections. The mechanism is described in detail in a :doc:`separate chapter `. +.. option:: options.auditEnabled + + When ``true``, analogous to :option:`--audit` being set. + Defaults to ``false``. + + When either this option, or :option:`--audit` (or both) are enabled, + auditing is enabled. + +.. option:: options.auditFile + + Analogous to :option:`--auditfile`. Defaults to being unset. + + For compatibility reasons, if both this option and :option:`--auditfile` + are set, :option:`--auditfile` takes priority. + Defaults Element ----------------