diff --git a/docs/389ds/design/audit-json-logging-design.md b/docs/389ds/design/audit-json-logging-design.md index b49cc61..6067eb1 100644 --- a/docs/389ds/design/audit-json-logging-design.md +++ b/docs/389ds/design/audit-json-logging-design.md @@ -18,8 +18,8 @@ JSON Design ``` [ { - date: - time: + local_time: + gm_time: target_dn: DN, bind_dn: DN, client_ip: IP_ADDRESS, @@ -58,7 +58,7 @@ JSON Design Configuration ------------------------ -Add a new configuration setting for audit logging under **cn=config** +Added a new configuration setting for audit/auditfail logging under **cn=config** ``` nsslapd-auditlog-json-format: default | json | json-pretty @@ -66,9 +66,9 @@ nsslapd-auditlog-json-format: default | json | json-pretty For now set this to "default", but in a next major release it should be set to "json" by default. -When switching to a new logging format the current log will be rotated +When switching to a new logging format the current log will be rotated. -You can also adjust the time format using strftime conversion specifications. The default would be **%FT%TZ** +You can also customize the "local_time" format using strftime conversion specifications. The default would be **%FT%TZ** nsslapd-auditlog-time-format: {strftime specs}