diff --git a/superlance/httpok.py b/superlance/httpok.py index 27f109c..f588b58 100644 --- a/superlance/httpok.py +++ b/superlance/httpok.py @@ -324,6 +324,9 @@ def write(msg): self.log.logger.warning(msg) messages.append(msg) + write(subject) + write(msg) + try: specs = self.rpc.supervisor.getAllProcessInfo() except Exception as e: