montanaflynn / rollrus

Logrus Rollbar Hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI GoDoc

What

Rollrus is what happens when Logrus meets Rollbar.

Install the hook into a Logrus logger to report logged messages to Rollbar. By default, only messages with the Error, Fatal, or Panic level are reported.

Panic and Fatal errors are reported synchronously to help ensure that logs are delivered before the process exits. All other messages are delivered in the background, and may be dropped if the queue is full.

If the error includes a StackTrace, that StackTrace is reported to rollbar.

Usage

Examples available in the tests or on GoDoc.

About

Logrus Rollbar Hook

License:MIT License


Languages

Language:Go 88.2%Language:Makefile 11.8%