Replace Echo logger with slog. (#67)

* Replace Echo logger with slog.
This commit is contained in:
Mike Stefanello 2024-06-14 21:01:48 -04:00 committed by GitHub
parent 97bef0257e
commit c8a3d64918
14 changed files with 315 additions and 57 deletions

View file

@ -17,6 +17,9 @@ const (
// PasswordTokenKey is the key value used to store a password token in context
PasswordTokenKey = "password_token"
// LoggerKey is the key value used to store a structured logger in context
LoggerKey = "logger"
)
// IsCanceledError determines if an error is due to a context cancelation