Logrus hook for the New Relic Log API.
go get github.com/abrunner94/rusrelic
// Specify the EU region with "EU" if necessary and your New Relic License Key
rusrelicClient, _ := rusrelic.NewClient("US", "NEW_RELIC_LICENSE_KEY")
rusrelicHook := rusrelic.NewHook(rusrelicClient, rusrelic.DefaultLevels)
// Add the hook to logrus
log.AddHook(rusrelicHook)