From 23ed276cc36c42047fc9dd2ba64a0b212242799c Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Thu, 11 Apr 2019 12:00:38 +0200 Subject: [PATCH] Enable logging param for supervisor --- supervisor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor.conf b/supervisor.conf index 37cdc02..ede71b7 100644 --- a/supervisor.conf +++ b/supervisor.conf @@ -1,5 +1,5 @@ [program:hugvey_client] -command=python3 hugvey_client.py -c client_config.yml -v +command=python3 hugvey_client.py -c client_config.yml -v --log directory=/home/pi/hugvey startsecs=2 user=pi