Add a log when Orchestrator is offline 21/36921/1
authorasteroide <thomas.duval@orange.com>
Mon, 3 Jul 2017 12:41:47 +0000 (14:41 +0200)
committerasteroide <thomas.duval@orange.com>
Mon, 3 Jul 2017 12:41:47 +0000 (14:41 +0200)
Change-Id: I8293741afe661776733d7b71fc370274ec2e7b4a

moonv4/moon_orchestrator/moon_orchestrator/server.py

index a4e50f1..c9629c6 100644 (file)
@@ -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: