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
commit 8ae9297f36
1 changed files with 1 additions and 1 deletions

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()