add back commented out code
This commit is contained in:
parent
a6eaeb2bfa
commit
5ff0624a2d
1 changed files with 2 additions and 3 deletions
|
|
@ -119,9 +119,8 @@ func main() {
|
||||||
return consumer.ScanStatus{}
|
return consumer.ScanStatus{}
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
span.LogKV("consumer scan error", err.Error())
|
||||||
//span.LogKV("consumer scan error", err.Error())
|
ext.Error.Set(span, true)
|
||||||
//ext.Error.Set(span, true)
|
|
||||||
log.Log("consumer scan error", "error", err.Error())
|
log.Log("consumer scan error", "error", err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue