From 9cfbbbad1facdaff1a0f11381dc630cedbf3cbe8 Mon Sep 17 00:00:00 2001 From: edunn Date: Wed, 6 Nov 2024 11:45:11 -0800 Subject: [PATCH] demote noisy log --- src/pds/registrysweepers/ancestry/generation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pds/registrysweepers/ancestry/generation.py b/src/pds/registrysweepers/ancestry/generation.py index 3a49722..14c4cf3 100644 --- a/src/pds/registrysweepers/ancestry/generation.py +++ b/src/pds/registrysweepers/ancestry/generation.py @@ -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(