remove the use of trace mode except pl

This commit is contained in:
obdev
2023-08-07 04:12:30 +00:00
committed by ob-robot
parent f6de91c495
commit e112ed684d
5 changed files with 5 additions and 19 deletions

View File

@ -236,9 +236,7 @@ namespace sql
LOG_WARN("failed to deserialize full link trace extra info",
KP(buf), K(ret), K(pos), K(v_len));
} else {
PRINT_WITH_TRACE_MODE(FLT, INFO, [&] {
_FLT_LOG(INFO, "%s", drv_span.span_info_.ptr());
}());
_FLT_LOG(INFO, "%s", drv_span.span_info_.ptr());
}
break;
}