From 607c3e652400aa5f772bc353bb56f7e96869e383 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 16 Apr 2019 10:12:54 -0400 Subject: Add logger to python code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I526059b2a18685dbb978c0776cc728bbbd90e9cd Issue-ID: CCSDK-1164 Signed-off-by: Alexis de Talhouët --- ms/command-executor/src/main/docker/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ms/command-executor/src/main/docker/start.sh') diff --git a/ms/command-executor/src/main/docker/start.sh b/ms/command-executor/src/main/docker/start.sh index 0dbd7e8f3..659038418 100755 --- a/ms/command-executor/src/main/docker/start.sh +++ b/ms/command-executor/src/main/docker/start.sh @@ -29,4 +29,4 @@ then fi cd /opt/app/onap/python/ -python command_executor_server.py ${APP_PORT} ${BASIC_AUTH} \ No newline at end of file +python server.py ${APP_PORT} ${BASIC_AUTH} \ No newline at end of file -- cgit 1.2.3-korg