smallstep-certificates/acme/api
Mariano Cano f3f484cee2
Log errors using slog.Logger
This commit allows logging errors in a slog.Logger injected in the
context. This type of logger is not currently used directly in step-ca,
but this will change in the future.
2024-05-15 15:40:40 -07:00
..
account_test.go chore(deps): upgrade github.com/go-chi/chi to v5 2023-09-20 11:26:32 +01:00
account.go Log errors using slog.Logger 2024-05-15 15:40:40 -07:00
eab_test.go Remove Identifier from top level ACME Errors 2023-01-26 14:59:08 +01:00
eab.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
handler_test.go chore(deps): upgrade github.com/go-chi/chi to v5 2023-09-20 11:26:32 +01:00
handler.go Log errors using slog.Logger 2024-05-15 15:40:40 -07:00
middleware_test.go Upgrade go.step.sm/crypto to use go-jose/v3 2023-12-12 16:36:48 -08:00
middleware.go Log errors using slog.Logger 2024-05-15 15:40:40 -07:00
order_test.go chore(deps): upgrade github.com/go-chi/chi to v5 2023-09-20 11:26:32 +01:00
order.go Log errors using slog.Logger 2024-05-15 15:40:40 -07:00
revoke_test.go Remove usages of Sign without context 2024-02-27 14:16:21 +01:00
revoke.go Log errors using slog.Logger 2024-05-15 15:40:40 -07:00