Added TCP syslog support.

This commit is contained in:
Ylian Saint-Hilaire
2021-05-18 23:54:36 -07:00
parent c63344e217
commit eb160fa583
3 changed files with 16 additions and 1 deletions

View File

@@ -151,6 +151,7 @@
"syslog": { "type": "string" },
"syslogauth": { "type": "string" },
"syslogjson": { "type": "string" },
"syslogtcp": { "type": "string", "default": null, "description": "Send syslog events over the network (RFC3164) to a target hostname:port. For example: localhost:514" },
"webrtcConfig": {
"type": "object",
"additionalProperties": false,