diff --git a/hippo4j-monitor/hippo4j-monitor-es/src/main/java/cn/hippo4j/monitor/es/EsMonitorHandler.java b/hippo4j-monitor/hippo4j-monitor-es/src/main/java/cn/hippo4j/monitor/es/EsMonitorHandler.java index 66bdd3c5..e3c8e407 100644 --- a/hippo4j-monitor/hippo4j-monitor-es/src/main/java/cn/hippo4j/monitor/es/EsMonitorHandler.java +++ b/hippo4j-monitor/hippo4j-monitor-es/src/main/java/cn/hippo4j/monitor/es/EsMonitorHandler.java @@ -85,7 +85,7 @@ public class EsMonitorHandler extends AbstractDynamicThreadPoolMonitor { request.source(stateJson, XContentType.JSON); IndexResponse response = client.index(request, RequestOptions.DEFAULT); - log.info("write thread-pool state to es:{}, id is ", response.getId()); + log.info("write thread-pool state to es, id is :{}", response.getId()); } catch (Exception ex) { log.error("es index error, the exception was thrown in create index. name:{},type:{},id:{}. {} ", indexName,