Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilija Vukotic committed Oct 14, 2022
1 parent 966ddd1 commit f13a754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servicex/transformer/object_store_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ def upload_file(self, bucket, object_name, path):
f"created {result.object_name} object; \
etag: {result.etag}, version-id: {result.version_id}")
except MinioException:
self.log.error("Minio error", exc_info=True)
self.logger.error("Minio error", exc_info=True)
except S3Error:
self.log.error("S3Error", exc_info=True)
self.logger.error("S3Error", exc_info=True)

0 comments on commit f13a754

Please sign in to comment.