Update linter
This commit is contained in:
parent
f12c27aa7c
commit
328611c619
157 changed files with 489 additions and 508 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// jaegerLogger is an implementation of the Logger interface that delegates to traefik log
|
||||
// jaegerLogger is an implementation of the Logger interface that delegates to traefik log.
|
||||
type jaegerLogger struct {
|
||||
logger logrus.FieldLogger
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ func (l *jaegerLogger) Error(msg string) {
|
|||
l.logger.Errorf("Tracing jaeger error: %s", msg)
|
||||
}
|
||||
|
||||
// Infof logs a message at debug priority
|
||||
// Infof logs a message at debug priority.
|
||||
func (l *jaegerLogger) Infof(msg string, args ...interface{}) {
|
||||
l.logger.Debugf(msg, args...)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue