Skip to content

Commit

Permalink
fixing logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin Rentea committed Apr 4, 2017
1 parent cc738fa commit 6f39216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/kafka/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import (
log "github.com/Sirupsen/logrus"
)

var logger = log.WithField("module", "kafkareporter")
var logger = log.WithField("module", "kafka")

0 comments on commit 6f39216

Please sign in to comment.