Merge pull request #266 from apriendeau/patch-1

Fixes breaking change with removing airbrake.
This commit is contained in:
Simon Eskildsen
2015-10-06 16:10:30 -04:00
+1 -1
View File
@@ -2,7 +2,7 @@ package main
import (
"github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus/hooks/airbrake"
"github.com/gemnasium/logrus-airbrake-hook"
)
var log = logrus.New()