You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/configuration/log-reference.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -704,9 +704,6 @@ Crate path: `crate/server`
704
704
|`info`|`Auto-CRL: triggered CRL regeneration for issuer '{issuer_id}' after certificate revocation`|`src/core/operations/revoke.rs`|`issuer_id`, `user`| Emitted on every successful auto-regen trigger. |
705
705
|`warn`|`Auto-CRL: CRL regeneration failed for issuer '{issuer_id}': {e}`|`src/core/operations/revoke.rs`|`issuer_id`, `e`| Signing or DB error during auto-regen; Revoke still succeeds. |
706
706
|`error` (audit) |`CRYPTO_OFFICER_ACCESS: crypto officer generating CRL (find_all bypass)`|`src/core/operations/generate_crl.rs`|`user`, `issuer_id`| Emitted every time a CO generates a CRL; always visible regardless of `RUST_LOG`. |
707
-
|`info`|`Auto-CRL: triggered CRL regeneration for issuer '{issuer_id}' after certificate revocation`|`src/core/operations/revoke.rs`|`issuer_id`, `user`| Emitted on every successful auto-regen trigger. |
708
-
|`warn`|`Auto-CRL: failed to resolve Crypto Officer for issuer '{issuer_id}': {e}`|`src/core/operations/revoke.rs`|`issuer_id`, `e`| DB error while looking up CO activation; CRL not updated. |
709
-
|`warn`|`Auto-CRL: CRL regeneration failed for issuer '{issuer_id}': {e}`|`src/core/operations/revoke.rs`|`issuer_id`, `e`| Signing or DB error during auto-regen; Revoke still succeeds. |
|`warn`|`Auto-CRL: no active Crypto Officer found for issuer '{issuer_id}'; skipping CRL regeneration after certificate revocation. Complete a CO ceremony or call GET /certificates/{issuer_id}/crl manually.`|`src/core/operations/revoke.rs`|`issuer_id`| - |
722
-
|`warn`|`Failed to load CRL from database for issuer '{issuer_id}': {e}`|`src/core/operations/generate_crl.rs`|`issuer_id`, `e`| - |
723
-
|`warn`|`Failed to persist CRL to database for issuer '{issuer_certificate_id}': {e}`|`src/core/operations/generate_crl.rs`|`issuer_certificate_id`, `e`| - |
0 commit comments