mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 19:02:26 -05: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
5
vendor/gopkg.in/mcuadros/go-syslog.v2/doc.go
generated
vendored
Normal file
5
vendor/gopkg.in/mcuadros/go-syslog.v2/doc.go
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/*
|
||||
Syslog server library for go, build easy your custom syslog server
|
||||
over UDP, TCP or Unix sockets using RFC3164, RFC5424 and RFC6587
|
||||
*/
|
||||
package syslog // import "gopkg.in/mcuadros/go-syslog.v2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue