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; } }