Skip to content

Commit

Permalink
Switch to warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed May 28, 2024
1 parent e160dc6 commit e14cae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public TokenEvent(Object source, OAuth2AccessTokenEntity token, String message)
try {
this.body = token.getJwt().getJWTClaimsSet().getClaims();
} catch (ParseException e) {
LOG.error(e.getMessage(), e);
LOG.warn(e.getMessage(), e);
}

}
Expand Down

0 comments on commit e14cae3

Please sign in to comment.