mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Disabled default syslog
Why was it even enabled at this unknown address?
This commit is contained in:
parent
e4cfd53f8a
commit
2563e66b57
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue