diff --git a/controller/internal/routes/authenticate_router.go b/controller/internal/routes/authenticate_router.go index 309929e84..b64eb1871 100644 --- a/controller/internal/routes/authenticate_router.go +++ b/controller/internal/routes/authenticate_router.go @@ -100,7 +100,7 @@ func (ro *AuthRouter) authHandler(ae *env.AppEnv, rc *response.RequestContext) { if shouldUpdate { if err := ae.GetHandlers().Identity.PatchInfo(identity); err != nil { - pfxlog.Logger().WithError(err).Error("failed to update sdk/env info on identity [%s] auth", identity.Id) + pfxlog.Logger().WithError(err).Errorf("failed to update sdk/env info on identity [%s] auth", identity.Id) } } }