From 73fb1a26dc5afdb7b34c2b8c0320949e1839d3c6 Mon Sep 17 00:00:00 2001 From: Victor Lee Date: Fri, 31 Oct 2025 19:52:18 -0400 Subject: [PATCH] Update audit-log.adoc --- modules/troubleshooting/pages/audit-log.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/troubleshooting/pages/audit-log.adoc b/modules/troubleshooting/pages/audit-log.adoc index 64c27b50..f79cf117 100644 --- a/modules/troubleshooting/pages/audit-log.adoc +++ b/modules/troubleshooting/pages/audit-log.adoc @@ -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`)