Commit b5167f16 authored by Brian Shumate's avatar Brian Shumate Committed by Chris Hoffman
Browse files

Docs: File Audit Device (#7633)

* Docs: File Audit Device

- Add section + note about proper File Audit Device log rotation

* Additional clarification about relevant platforms
parent 3c9de016
Showing with 4 additions and 0 deletions
+4 -0
......@@ -71,3 +71,7 @@ Following are the configuration options available for the backend.
- `prefix` `(string: "")` - A customizable string prefix to write before the
actual log line.
## Log File Rotation
To properly rotate Vault File Audit Device log files on BSD, Darwin, or Linux-based Vault servers, it is important that you configure your log rotation software to send the `vault` process a signal hang up / `SIGHUP` after each rotation of the log file.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment