Skip to content

Commit

Permalink
Issue #74 log per collection with debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 28, 2023
1 parent 3c6c434 commit 4653d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openeo_aggregator/background/prime_caches.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def prime_caches(
with TimingLogger(title="Get per collection metadata", logger=_log):
collection_ids = [m["id"] for m in collections_metadata]
for c, collection_id in enumerate(collection_ids):
_log.info(f"get collection {c+1}/{len(collection_ids)} {collection_id}")
_log.debug(f"Get collection {c+1}/{len(collection_ids)} {collection_id}")
with fail_handler():
backend_implementation.catalog.get_collection_metadata(collection_id=collection_id)

Expand Down

0 comments on commit 4653d63

Please sign in to comment.