diff --git a/backend_integration.py b/backend_integration.py index 1f478f9..b6dbe33 100644 --- a/backend_integration.py +++ b/backend_integration.py @@ -27,6 +27,7 @@ class BackendClient: self.up = True except: error("Cannot create http session") + traceback.print_exc() if exit_if_error: error("exit if backend is down") sys.exit(200)