From ca00047c358cc9c7a6af0cd3cd21c36298062b03 Mon Sep 17 00:00:00 2001 From: Yuansheng Date: Thu, 25 Jun 2020 22:36:40 +0800 Subject: [PATCH] plugin(heartbeat): use `info` log level when failed to report heartbeat. --- apisix/plugins/heartbeat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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