From: asteroide Date: Mon, 3 Jul 2017 12:41:47 +0000 (+0200) Subject: Add a log when Orchestrator is offline X-Git-Tag: opnfv-5.1.RC1~55 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8a7005ce22d94bd65f04e22ab575a8195b0c2ba7;p=moon.git Add a log when Orchestrator is offline Change-Id: I8293741afe661776733d7b71fc370274ec2e7b4a --- diff --git a/moonv4/moon_orchestrator/moon_orchestrator/server.py b/moonv4/moon_orchestrator/moon_orchestrator/server.py index a4e50f1a..c9629c61 100644 --- a/moonv4/moon_orchestrator/moon_orchestrator/server.py +++ b/moonv4/moon_orchestrator/moon_orchestrator/server.py @@ -96,6 +96,7 @@ def _exit(exit_number=0, error=None): LOG.error(e) else: docker.remove_container(container=_container) + LOG.info("Moon orchestrator: offline") # TODO (asteroide): put in the debug log if error: