Skip to content

Commit

Permalink
print cc_pair_id
Browse files Browse the repository at this point in the history
  • Loading branch information
LostVector committed Sep 30, 2024
1 parent 820dd01 commit 32a62eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/danswer/background/celery/tasks/vespa/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def monitor_connector_deletion_taskset(key_bytes: bytes, r: Redis) -> None:
add_deletion_failure_message(db_session, cc_pair.id, error_message)
task_logger.exception(
f"Failed to run connector_deletion. "
f"connector_id={cc_pair.connector_id} credential_id={cc_pair.credential_id}"
f"cc_pair_id={cc_pair_id} connector_id={cc_pair.connector_id} credential_id={cc_pair.credential_id}"
)
raise e

Expand Down

0 comments on commit 32a62eb

Please sign in to comment.