Improved logging for confluence calls (#3622)

* Improved logging for confluence calls

* cleanup

* idk

* combined logging
This commit is contained in:
hagen-danswer
2025-01-07 13:53:08 -08:00
committed by GitHub
parent 7cd76ec404
commit a95f4298ad
3 changed files with 33 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ def _build_group_member_email_map(
)
if not email:
# If we still don't have an email, skip this user
logger.warning(f"user result missing email field: {user_result}")
continue
for group in confluence_client.paginated_groups_by_user_retrieval(user):