make upload file from path log a debug log (#1468)
This commit is contained in:
@@ -71,7 +71,7 @@ class AsyncAWSClient:
|
|||||||
try:
|
try:
|
||||||
parsed_uri = S3Uri(uri)
|
parsed_uri = S3Uri(uri)
|
||||||
await client.upload_file(file_path, parsed_uri.bucket, parsed_uri.key)
|
await client.upload_file(file_path, parsed_uri.bucket, parsed_uri.key)
|
||||||
LOG.info("Upload file from path success", uri=uri)
|
LOG.debug("Upload file from path success", uri=uri)
|
||||||
except Exception:
|
except Exception:
|
||||||
LOG.exception("S3 upload failed.", uri=uri)
|
LOG.exception("S3 upload failed.", uri=uri)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user