[Optimize]优化Topic健康巡检的日志(#855)

This commit is contained in:
zengqiao
2023-01-06 14:35:42 +08:00
committed by EricZeng
parent 4994639111
commit 17e0c39f83

View File

@@ -90,7 +90,7 @@ public class HealthCheckTopicService extends AbstractHealthCheckService {
);
if (countResult.failed() || !countResult.hasData()) {
LOGGER.error("method=checkTopicUnderReplicatedPartition||param={}||config={}||result={}||errMsg=get metrics failed",
LOGGER.error("method=checkTopicUnderReplicatedPartition||param={}||config={}||result={}||errMsg=search metrics from es failed",
param, singleConfig, countResult);
return null;
}