Skip to content

Commit

Permalink
demote noisy log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunnjpl committed Nov 6, 2024
1 parent 2392224 commit 9cfbbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pds/registrysweepers/ancestry/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def generate_nonaggregate_and_collection_records_iteratively(

for lid, collections_records_for_lid in collection_records_by_lid.items():
if all([record.skip_write for record in collections_records_for_lid]):
log.info(f"Skipping updates for up-to-date collection family: {str(lid)}")
log.debug(f"Skipping updates for up-to-date collection family: {str(lid)}")
continue
else:
log.info(
Expand Down

0 comments on commit 9cfbbba

Please sign in to comment.