aboutsummaryrefslogtreecommitdiff
path: root/client.cfg
diff options
context:
space:
mode:
authorFranoosh <uinarf@autistici.org>2026-05-26 16:32:13 +0200
committerFranoosh <uinarf@autistici.org>2026-05-26 16:32:13 +0200
commit28150dd2c4d03ed844e8d1a5cfc463f5d1f9b45f (patch)
tree2d19117780a7245b2130119ef374cae4e6fb1166 /client.cfg
parenta241288241a9dc300014ecfc93c4f537900f3e9f (diff)
downloadZeroMQ_Video_Streaming-28150dd2c4d03ed844e8d1a5cfc463f5d1f9b45f.tar.gz
ZeroMQ_Video_Streaming-28150dd2c4d03ed844e8d1a5cfc463f5d1f9b45f.tar.bz2
ZeroMQ_Video_Streaming-28150dd2c4d03ed844e8d1a5cfc463f5d1f9b45f.zip
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
Diffstat (limited to 'client.cfg')
-rw-r--r--client.cfg2
1 files changed, 1 insertions, 1 deletions
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