File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1349,6 +1349,21 @@ The ``options`` element contains all other global configuration options.
1349
1349
connections. The mechanism is described in detail in a :doc: `separate
1350
1350
chapter </advanced/option-connection-limits>`.
1351
1351
1352
+ .. option :: options.auditEnabled
1353
+
1354
+ When ``true ``, analogous to :option: `--audit ` being set.
1355
+ Defaults to ``false ``.
1356
+
1357
+ When either this option, or :option: `--audit ` (or both) are enabled,
1358
+ auditing is enabled.
1359
+
1360
+ .. option :: options.auditFile
1361
+
1362
+ Analogous to :option: `--auditfile `. Defaults to being unset.
1363
+
1364
+ For compatibility reasons, if both this option and :option: `--auditfile `
1365
+ are set, :option: `--auditfile ` takes priority.
1366
+
1352
1367
Defaults Element
1353
1368
----------------
1354
1369
You can’t perform that action at this time.
0 commit comments