Skip to content

Commit

Permalink
Further logging adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstottmoj committed Jan 16, 2025
1 parent 70eb137 commit 06d72fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlpanel/api/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ def get_name_from_email(self, user_email):
def create_user(self, user_email):

if self.get_user_id(user_email):
log.debug("User already exists in Identity Store.")
log.info(f"User {user_email} already exists in Identity Store.")
return

try:
Expand Down

0 comments on commit 06d72fe

Please sign in to comment.