коммит произвёл
GitHub
родитель
b45ff0be5d
Коммит
717a4d04a9
@@ -31,7 +31,7 @@ func (LogrusAdapter) Error(msg string) {
|
||||
}
|
||||
|
||||
// Infof - logrus adapter for span info logging
|
||||
func (LogrusAdapter) Infof(msg string, args ...interface{}) {
|
||||
func (LogrusAdapter) Infof(msg string, args ...any) {
|
||||
// we ignore Info messages from opentracing
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user