feat: add config option for remote syslog
This commit is contained in:
@@ -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=""
|
||||
|
Reference in New Issue
Block a user