Skip to content

Commit

Permalink
update NewLogger comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos committed Mar 9, 2020
1 parent 5ae12b6 commit 0b4e97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/logrus/logrus_logger.go
Expand Up @@ -19,7 +19,7 @@ type Option func(*Logger)

var errMissingValue = errors.New("(MISSING)")

// NewLogger returns a go-kit log.Logger that sends log events to a Logrus logger.
// NewLogger returns a Go kit log.Logger that sends log events to a logrus.Logger.
func NewLogger(logger logrus.FieldLogger, options ...Option) log.Logger {
l := &Logger{
field: logger,
Expand Down

0 comments on commit 0b4e97f

Please sign in to comment.