eamonford commented on a change in pull request #16:
URL: 
https://github.com/apache/incubator-sdap-ingester/pull/16#discussion_r468750245



##########
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:
       good point, will do




----------------------------------------------------------------
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


Reply via email to