Skip to content

Commit

Permalink
Added: temporal warning log in AuthenticationServiceBean
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Feb 4, 2025
1 parent b54aeb8 commit 2206e2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ public boolean isEmailAddressAvailable(String email) {
}

public AuthenticatedUser lookupUser(UserRecordIdentifier id) {
logger.warning("lookupUser() called for repo id " + id + " and user id in repo " + id.userIdInRepo);
return lookupUser(id.repoId, id.userIdInRepo);
}

Expand Down

0 comments on commit 2206e2a

Please sign in to comment.