diff --git a/nixops/deployment.py b/nixops/deployment.py index 7262b5e10..c254759bf 100644 --- a/nixops/deployment.py +++ b/nixops/deployment.py @@ -726,7 +726,7 @@ def worker(m): # This thread shouldn't throw an exception because # that will cause NixOps to exit and interrupt # activation on the other machines. - m.logger.error(traceback.format_exc() if debug else str(e)) + m.logger.error(traceback.format_exc()) return m.name return None