This commit is contained in:
parent
464fb5de1c
commit
32a2b3a5c0
396 changed files with 166341 additions and 3732 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# logrus-airbrake-hook Changelog
|
||||
|
||||
V2.1.2 - 2017-06-01
|
||||
|
||||
* Update import logrus path (see https://github.com/sirupsen/logrus/pull/384)
|
||||
|
||||
v2.1.1 - 2016-09-22
|
||||
|
||||
* Fix request deletion from the log entry
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ The hook must be configured with:
|
|||
```go
|
||||
import (
|
||||
"log/syslog"
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/sirupsen/logrus"
|
||||
"gopkg.in/gemnasium/logrus-airbrake-hook.v2" // the package is named "aibrake"
|
||||
)
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ Note that if environment == "development", the hook will not send anything to ai
|
|||
```go
|
||||
import (
|
||||
"log/syslog"
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/sirupsen/logrus"
|
||||
"gopkg.in/gemnasium/logrus-airbrake-hook.v2" // the package is named "aibrake"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import (
|
|||
"net/http"
|
||||
"os"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/sirupsen/logrus"
|
||||
"gopkg.in/airbrake/gobrake.v2"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/sirupsen/logrus"
|
||||
"gopkg.in/airbrake/gobrake.v2"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue