diff --git a/glance_store/_drivers/swift/store.py b/glance_store/_drivers/swift/store.py index 572f9312..5586cc24 100644 --- a/glance_store/_drivers/swift/store.py +++ b/glance_store/_drivers/swift/store.py @@ -920,7 +920,7 @@ class BaseStore(driver.Store): with excutils.save_and_reraise_exception(): reason = _LE("Error during chunked upload to " "backend, deleting stale chunks") - LOG.exception(reason) + LOG.error(reason) self._delete_stale_chunks( manager.get_connection(), location.container,