Add optional syslog logrus hook (#343)

* add optional syslog logrus hook

* document syslog
This commit is contained in:
tobi
2021-12-12 18:00:20 +01:00
committed by GitHub
parent 909f801742
commit c111b239f7
38 changed files with 2242 additions and 37 deletions

View File

@@ -83,6 +83,10 @@ type Values struct {
SMTPPassword string
SMTPFrom string
SyslogEnabled bool
SyslogProtocol string
SyslogAddress string
AdminAccountUsername string
AdminAccountEmail string
AdminAccountPassword string