syslog writing works

This commit is contained in:
2026-01-12 17:43:06 +01:00
parent 306535c933
commit cdf6a6c44a
7 changed files with 269 additions and 127 deletions

View File

@@ -12,5 +12,13 @@
"snmp",
"MainsCnt/#",
"cem/#"
]
],
"syslog": {
"enable": "false",
"network": "udp",
"server": "syslog-server:514",
"facility": "local0",
"severity": "info",
"tag": "mqtt-archiver"
}
}