Registry / logging / gemnasium-logrus-graylog-hook

gemnasium-logrus-graylog-hook

JSON →
library2.0.7+incompatiblegogounverified

Logrus Graylog Hook is a hook for sending logrus logs to Graylog.

go get github.com/gemnasium/logrus-graylog-hook
INSTALL
IMPORT
SIG · GEMNASIUM-LOGRUS-G
G
gemnasium-logrus-graylog-hook
logginggov2.0.7+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

graylog
✓ github.com/gemnasium/logrus-graylog-hook

Adds a Graylog hook to logrus and logs a message.

package main import ( "github.com/gemnasium/logrus-graylog-hook" "github.com/sirupsen/logrus" ) func main() { hook := graylog.NewGraylogHook("udp://localhost:12201") logrus.AddHook(hook) logrus.Info("hello") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.7+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
38
Resources
gemnasium-logrus-graylog-hook — go get gemnasium-logrus-graylog-hook · libregistry