Skip to content

Commit

Permalink
ENH: Promote log message to info
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Aug 14, 2024
1 parent ec89235 commit 45697d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octue/resources/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def signed_url_path_generator(dataset):
return dataset.path

self.update_dataset_paths(signed_url_path_generator)
logger.debug("Cloud paths (cloud URIs) for datasets replaced with signed URLs in %r.", self)
logger.info("Cloud paths (cloud URIs) for datasets replaced with signed URLs in %r.", self)

def to_cloud(self, cloud_path):
"""Upload a manifest to a cloud location, optionally uploading its datasets into the same directory.
Expand Down

0 comments on commit 45697d1

Please sign in to comment.