Skip to content

Commit

Permalink
chore: lower severity on missing identity
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap authored and ezr-ondrej committed Apr 11, 2024
1 parent 73fda2e commit 90aad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/routes/all_routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func MountRoot(r *chi.Mux) {

func IdentityErrorLogFunc(ctx context.Context, rawId, msg string) {
logger := zerolog.Ctx(ctx)
logger.Error().Str("identity", rawId).Msgf("identity enforcement error: %s", msg)
logger.Warn().Str("identity", rawId).Msgf("identity enforcement error: %s", msg)
}

func MountAPI(r *chi.Mux) {
Expand Down

0 comments on commit 90aad39

Please sign in to comment.