forked from mirror/logrus
Fixes breaking change with removing airbrake.
This commit is contained in:
parent
d7f23545ad
commit
457a009ed7
|
@ -2,7 +2,7 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Sirupsen/logrus"
|
"github.com/Sirupsen/logrus"
|
||||||
"github.com/Sirupsen/logrus/hooks/airbrake"
|
"github.com/gemnasium/logrus-airbrake-hook"
|
||||||
)
|
)
|
||||||
|
|
||||||
var log = logrus.New()
|
var log = logrus.New()
|
||||||
|
|
Loading…
Reference in New Issue