diff --git a/apisix/plugins/heartbeat.lua b/apisix/plugins/heartbeat.lua index 0a6cf76cbdc5..ed4fa2c208a2 100644 --- a/apisix/plugins/heartbeat.lua +++ b/apisix/plugins/heartbeat.lua @@ -114,7 +114,7 @@ local function report() local res res, err = request_apisix_svr(args) if not res then - core.log.error("failed to report heartbeat information: ", err) + core.log.info("failed to report heartbeat information: ", err) return end