From 8d17e6258e8022a1f4b75507e4cb69dbf0390f33 Mon Sep 17 00:00:00 2001 From: Huamonarch Date: Mon, 18 May 2026 09:43:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BF=83=E8=B7=B3=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=BB=8E=20Debug=20=E6=94=B9=E4=B8=BA=20Info=20=E7=BA=A7?= =?UTF-8?q?=E5=88=AB=EF=BC=8C=E9=81=BF=E5=85=8D=E8=A2=AB=20log4cplus=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eqpalg/alg_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eqpalg/alg_base.cpp b/eqpalg/alg_base.cpp index b664311..4e5e278 100644 --- a/eqpalg/alg_base.cpp +++ b/eqpalg/alg_base.cpp @@ -210,7 +210,7 @@ void AlgBase::exec_mon_call() { } } if (get_heart_beat_log_cycled()) { - logger_->Debug() << "heart_beat_log----active!" << std::endl; + logger_->Info() << "heart_beat_log----active!" << std::endl; } }