You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by GitBox <gi...@apache.org> on 2020/08/11 17:36:01 UTC

[GitHub] [incubator-sdap-ingester] eamonford commented on a change in pull request #16: SDAP-280: Collection Manager to talk to Ingestion History asynchronously

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:
users@infra.apache.org