Skip to content

Commit 9609e8a

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

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
### Rotation logging
22

3-
The rotation manager emits logs (to the standard `vault.log`) on any successful or failed
4-
rotation. In the case of success, the log will note which credential was rotated, under
5-
the `rotationID` key, and the anticipated time of the next rotation, under the key `expire_time`.
6-
In the case of failure, the log will include the `rotationID` and an `err` reason.
7-
Other logs may be emitted, depending on the set log level. When associated with a specific
8-
credential, the `rotationID` will be included as the first parameter.
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)