From 2563e66b57f22ffea97e9fc1e1f60752589e289e Mon Sep 17 00:00:00 2001 From: Morgan Diepart Date: Mon, 24 Oct 2022 19:00:27 +0200 Subject: [PATCH] Disabled default syslog Why was it even enabled at this unknown address? --- data/is-cfg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/is-cfg.json b/data/is-cfg.json index 47d6f65..9047a3b 100644 --- a/data/is-cfg.json +++ b/data/is-cfg.json @@ -76,8 +76,8 @@ "topic": "LoraAPRS/Data" }, "syslog": { - "active": true, - "server": "syslog.lora-aprs.info", + "active": false, + "server": "", "port": 514 }, "ntp_server": "pool.ntp.org"