From 810e1fb561eb5a69e7306f83cd275feda31f06fc Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Fri, 14 Jul 2023 06:22:41 -0400 Subject: [PATCH] backport of commit ba52063705ac8a7842ee2818e785faad361277d3 (#21848) Co-authored-by: Peter Wilson --- website/content/docs/audit/file.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/audit/file.mdx b/website/content/docs/audit/file.mdx index 4c2457d0e3..41da0ad865 100644 --- a/website/content/docs/audit/file.mdx +++ b/website/content/docs/audit/file.mdx @@ -52,7 +52,7 @@ these device-specific options: - `stdout` writes the audit log to standard output - - `discard` writes output (useful in testing scenarios) + - `discard` discards output, instead of writing it to a device (useful in testing scenarios) - `mode` `(string: "0600")` - A string containing an octal number representing the bit pattern for the file mode, similar to `chmod`. Set to `"0000"` to