mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Simplify logger filtering options, fix log error double printing issue
This commit is contained in:
committed by
Mohammad Al-Turany
parent
9ceab6099c
commit
e0a03242ac
@@ -41,7 +41,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
reinit_logger(false);
|
||||
set_global_log_level(log_op::operation::GREATER_EQ_THAN, fairmq::NOLOG);
|
||||
SET_LOG_CONSOLE_LEVEL(NOLOG);
|
||||
|
||||
testReq.SetProperty(FairMQTestReq::Id, "testReq" + std::to_string(getpid()));
|
||||
|
||||
|
Reference in New Issue
Block a user