feat: add config option for remote syslog

This commit is contained in:
Roni Väyrynen
2023-01-15 12:59:01 +02:00
parent 8902d70422
commit e800807908
2 changed files with 13 additions and 0 deletions

View File

@@ -106,3 +106,9 @@ PRESERVE="3"
# options: true/false
# default: true
#INSTALL_REPOS="true"
# Send xo-server logs to remote syslog
# syntax is: <protocol>://<target-address>:<port>
# supported protocols are udp and tcp
# example: tcp://syslog.company.lan:514
#SYSLOG_TARGET=""