Skip to content

Commit

Permalink
Added debug log in jwtAuth method
Browse files Browse the repository at this point in the history
  • Loading branch information
yasasghari committed Mar 5, 2024
1 parent acca082 commit 6812f52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public String jwtAuth(String header) {
return "UNAUTHORIZED";
}
} catch (Exception e) {
logger.debug("Exception caused in jwtAuth method: {} ", e.getMessage());
return "UNAUTHORIZED";
}
}
Expand Down

0 comments on commit 6812f52

Please sign in to comment.