Skip to content

Commit

Permalink
OA: logging green and golden access ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Jul 31, 2024
1 parent 0554a08 commit 728ba3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dags/open_access/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def get_count_http_hook(total, url, record_extractor):
)
all_ids.extend(record_extractor(response.text))
records_ids_count = records_ids_count + len(record_extractor(response.text))
logging.info(f"In total was found {records_ids_count} golden access records")
logging.info(f"In total was found {records_ids_count} records")
logging.info(f"Records ids: {all_ids}")
return records_ids_count


Expand Down

0 comments on commit 728ba3b

Please sign in to comment.