Skip to content

Commit

Permalink
Update server command - log-file parameter - folder value (#29061)
Browse files Browse the repository at this point in the history
Co-authored-by: Ken Keller <[email protected]>
  • Loading branch information
fteamkr and mister-ken authored Dec 16, 2024
1 parent bf1741e commit 18d2192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/commands/server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ flags](/vault/docs/commands) included on all commands.

| `log-file` | Full log file | Rotated log file |
|-------------------------|-------------------------|-------------------------------------|
| `/var/log` | `/var/log/vault.log` | `/var/log/vault-{timestamp}.log` |
| `/var/log/` | `/var/log/vault.log` | `/var/log/vault-{timestamp}.log` |
| `/var/log/my-diary` | `/var/log/my-diary.log` | `/var/log/my-diary-{timestamp}.log` |
| `/var/log/my-diary.txt` | `/var/log/my-diary.txt` | `/var/log/my-diary-{timestamp}.txt` |

Expand Down

0 comments on commit 18d2192

Please sign in to comment.