mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:42:25 -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
8
vendor/modules.txt
vendored
8
vendor/modules.txt
vendored
|
|
@ -249,6 +249,7 @@ github.com/russross/blackfriday/v2
|
|||
# github.com/sirupsen/logrus v1.8.1
|
||||
## explicit; go 1.13
|
||||
github.com/sirupsen/logrus
|
||||
github.com/sirupsen/logrus/hooks/syslog
|
||||
# github.com/spf13/afero v1.6.0
|
||||
## explicit; go 1.13
|
||||
github.com/spf13/afero
|
||||
|
|
@ -635,6 +636,13 @@ google.golang.org/protobuf/types/descriptorpb
|
|||
# gopkg.in/ini.v1 v1.66.2
|
||||
## explicit
|
||||
gopkg.in/ini.v1
|
||||
# gopkg.in/mcuadros/go-syslog.v2 v2.3.0
|
||||
## explicit
|
||||
gopkg.in/mcuadros/go-syslog.v2
|
||||
gopkg.in/mcuadros/go-syslog.v2/format
|
||||
gopkg.in/mcuadros/go-syslog.v2/internal/syslogparser
|
||||
gopkg.in/mcuadros/go-syslog.v2/internal/syslogparser/rfc3164
|
||||
gopkg.in/mcuadros/go-syslog.v2/internal/syslogparser/rfc5424
|
||||
# gopkg.in/square/go-jose.v2 v2.6.0
|
||||
## explicit
|
||||
gopkg.in/square/go-jose.v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue