From 28150dd2c4d03ed844e8d1a5cfc463f5d1f9b45f Mon Sep 17 00:00:00 2001 From: Franoosh Date: Tue, 26 May 2026 16:32:13 +0200 Subject: client.cfg : move log dir to /var/log client.py : use ComputingContoursException and DetectMovementException helpers.py : define ComputingContoursException and DetectMovementException clients.html : small changes webserver.py : minor changes worker.py : log disconnectd from web client on debug, not info --- client.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.cfg') diff --git a/client.cfg b/client.cfg index c407c4e..d86ba77 100644 --- a/client.cfg +++ b/client.cfg @@ -6,7 +6,7 @@ router_address = 127.0.0.1 router_port = 5569 [logging] -logdir = logs +logdir = /var/log/zmq_client logfile = client.log loglevel = INFO -- cgit v1.3