Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Fix command typo on vault usage guide #364

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion doc/user/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The first node that is unsealed in a multi-node Vault cluster will become the ac
2. Enable file audit backend and write audit log to standard output:

```sh
vault audit-enable file file_path=stdout
vault audit enable file file_path=stdout
```

Then use docker/Kubernetes log collector to save logs and view later.
Expand Down