diff options
-rw-r--r-- | moonv4/moon_orchestrator/moon_orchestrator/server.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: |