Skip to content

Commit

Permalink
More useful logging
Browse files Browse the repository at this point in the history
  • Loading branch information
evanyeyeye committed Nov 17, 2023
1 parent 84a01c4 commit cf04276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restful_tango/tangoREST.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def build(self, key, tempfile):
images = client.images.load(imageTarStr)
id_list = ", ".join(image.short_id for image in images)
except Exception as e:
self.log.error("Image build failed")
self.log.error("Image build failed: " + str(e))
os.unlink(tempfile)
return self.status.image_build_failed

Expand Down

0 comments on commit cf04276

Please sign in to comment.