Skip to content

Commit

Permalink
Merge pull request #13 from natefinch/patch-1
Browse files Browse the repository at this point in the history
use proper capitalization of logrus
  • Loading branch information
zsais authored Sep 19, 2017
2 parents f200fd8 + cf7e491 commit fdf57ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/gin-gonic/gin"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
log "github.com/sirupsen/logrus"
log "github.com/Sirupsen/logrus"
)

var defaultMetricPath = "/metrics"
Expand Down

0 comments on commit fdf57ad

Please sign in to comment.