Skip to content
Snippets Groups Projects
Commit db4b0004 authored by Rohith's avatar Rohith
Browse files

- adding the error to the field labels

parent c795e74d
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,7 @@ func (r *KeycloakProxy) authenticationHandler() gin.HandlerFunc {
fields := log.Fields{
"username": userContext.name,
"expired_on": userContext.expiresAt.String(),
"error": err.Error(),
}
// step: if the error post verification is anything other than a token expired error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment