Simplify logger filtering options, fix log error double printing issue

This commit is contained in:
winckler
2016-09-16 11:46:51 +02:00
committed by Mohammad Al-Turany
parent 9ceab6099c
commit e0a03242ac
11 changed files with 527 additions and 278 deletions

View File

@@ -39,7 +39,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);
testPush.SetProperty(FairMQTestPush::Id, "testPush");