Skip to content

Commit

Permalink
change to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lferran committed Jan 19, 2024
1 parent 055c9dc commit 55aa5fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nucliadb_utils/nucliadb_utils/storages/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ async def normalize_binary(
logger.debug(f"[Nuclia hosted]")
return file
elif file.source == CloudFile.EXPORT:
logger.info(f"[Exported file]: {file.uri}")
# This is for files coming from an export
logger.debug(f"[Exported file]: {file.uri}")
new_cf = CloudFile()
new_cf.CopyFrom(file)
new_cf.bucket_name = destination.bucket
Expand Down

0 comments on commit 55aa5fa

Please sign in to comment.