Skip to content

Commit

Permalink
logging:
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 13, 2024
1 parent 6f326ea commit 1c525af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private Claims getClaims(String token) {
public TokenResponse receiveToken(String id, UserRole userRole) {

LocalDateTime now = LocalDateTime.now();
log.info(now);
log.info(now.toString());

return TokenResponse
.builder()
Expand Down

0 comments on commit 1c525af

Please sign in to comment.