tloubrieu-jpl commented on a change in pull request #16: URL: https://github.com/apache/incubator-sdap-ingester/pull/16#discussion_r468608811
########## File path: collection_manager/collection_manager/services/CollectionProcessor.py ########## @@ -59,13 +59,13 @@ async def process_granule(self, granule: str, collection: Collection): f"'{collection.dataset_id}'.") use_priority = collection.historical_priority else: - logger.info(f"Granule '{granule}' detected but has already been ingested or is not in desired " - f"time range for collection '{collection.dataset_id}'. Skipping.") + logger.debug(f"Granule '{granule}' detected but has already been ingested or is not in desired " + f"time range for collection '{collection.dataset_id}'. Skipping.") Review comment: Since we don't manage time range any more for a collection you can remove the second page of the log message: everything after "or is not in ..." can be removed from message. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org