fix full link tracing log printed in observer.log
This commit is contained in:
@ -265,7 +265,9 @@ namespace sql
|
||||
LOG_WARN("failed to deserialize full link trace extra info",
|
||||
KP(buf), K(ret), K(pos), K(v_len));
|
||||
} else {
|
||||
_OBTRACE_LOG(INFO, "%s", drv_span.span_info_.ptr());
|
||||
PRINT_WITH_TRACE_MODE(FLT, INFO, [&] {
|
||||
_FLT_LOG(INFO, "%s", drv_span.span_info_.ptr());
|
||||
}());
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user