From 00f2473592234dfcbf6b4cb3f31d7e2c36e0b043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 28 May 2018 16:44:19 +0200 Subject: [PATCH] Update webservice supervisor config in preparation for console --- solvable/supervisor/webservice.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solvable/supervisor/webservice.conf b/solvable/supervisor/webservice.conf index 69051cd..16a12b7 100644 --- a/solvable/supervisor/webservice.conf +++ b/solvable/supervisor/webservice.conf @@ -4,3 +4,6 @@ directory=%(ENV_TFW_WEBSERVICE_DIR)s environment=BASEURL="/webservice" command=python3 server.py autostart=true +startretries=0 +stdout_logfile=/tmp/webservice_logs +stderr_logfile=/tmp/webservice_logs