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
fix: always log certificate issuance regardless of verbosity level
The cert audit logger used slog.Info but the default log level is Warn,
so certificate issuance events were silently dropped unless -v was passed.
Wrap the handler to force Info-level minimum for audit logging.
0 commit comments