Skip to content

Commit 0fc1c47

Browse files
kpcraigschavis
andauthored
Update content/vault/v1.20.x/content/partials/rotation-manager-logging.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
1 parent 9609e8a commit 0fc1c47

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
### Rotation Logging
2-
The rotation manager emits logs (to the standard `vault.log`) on any successful or failed
3-
rotation. In the case of success, the log will note which credential was rotated, under
4-
the `rotationID` key, and the anticipated time of the next rotation, under the key `expire_time`.
5-
In the case of failure, the log will include the `rotationID` and an `err` reason.
6-
Other logs may be emitted, depending on the set log level. When associated with a specific
7-
credential, the `rotationID` will be included as the first parameter.
1+
### Rotation logging
2+
3+
The rotation manager emits logs to the standard `vault.log` on any successful or
4+
failed rotation.
5+
6+
In the case of success, Vault notes:
7+
8+
- the rotated credential as the first parameter, `rotationID`.
9+
- the anticipated time of the next rotation as `expire_time`.
10+
11+
In the case of failure, Vault sets `rotationID` to `err` and may emit additional
12+
logs depending on the configured log level.

0 commit comments

Comments
 (0)