mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 23:37:29 -06:00
Add optional syslog logrus hook (#343)
* add optional syslog logrus hook * document syslog
This commit is contained in:
parent
909f801742
commit
c111b239f7
38 changed files with 2242 additions and 37 deletions
|
|
@ -83,6 +83,10 @@ type Values struct {
|
|||
SMTPPassword string
|
||||
SMTPFrom string
|
||||
|
||||
SyslogEnabled bool
|
||||
SyslogProtocol string
|
||||
SyslogAddress string
|
||||
|
||||
AdminAccountUsername string
|
||||
AdminAccountEmail string
|
||||
AdminAccountPassword string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue