Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/troubleshooting/pages/audit-log.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ However, compared to the debug log, the audit log contains significantly less da
|===
¦ Configuration ¦ Description ¦ Type (Default Value)

¦ `System.Audit.Enable` ¦ Setting to enable audit logs. ¦ boolean (false)
¦ `System.Audit.Enable` ¦ Enable audit logs. ¦ boolean (false)

¦ `System.Audit.DiscreteJsonFormat` ¦ Setting to print each log entry as a discrete JSON object instead of a JSON array. ¦ boolean (false)
¦ `System.Audit.DiscreteJsonFormat` ¦ Print each log entry as a discrete JSON object instead of a JSON array. ¦ boolean (false)

¦ `System.Audit.DataBaseName` ¦ Modify the DataBaseName field in log file header. ¦ string (`TigerGraph`)

Expand Down