mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Single Logger implementation for FairLogger & FairMQLogger
This commit is contained in:
committed by
Mohammad Al-Turany
parent
ccbbc9591d
commit
500d509324
@@ -7,7 +7,7 @@ trap 'kill -TERM $CLIENT_PID; kill -TERM $SERVER_PID; wait $CLIENT_PID; wait $SE
|
||||
|
||||
CLIENT="ex5-client"
|
||||
CLIENT+=" --id client"
|
||||
CLIENT+=" --control static --log-color false"
|
||||
CLIENT+=" --control static --color false"
|
||||
CLIENT+=" --max-iterations 1"
|
||||
CLIENT+=" --mq-config $ex5config"
|
||||
@CMAKE_BINARY_DIR@/bin/examples/MQ/5-req-rep/$CLIENT &
|
||||
@@ -15,8 +15,8 @@ CLIENT_PID=$!
|
||||
|
||||
SERVER="ex5-server"
|
||||
SERVER+=" --id server"
|
||||
SERVER+=" --verbosity NOLOG"
|
||||
SERVER+=" --control static --log-color false"
|
||||
SERVER+=" --severity NOLOG"
|
||||
SERVER+=" --control static --color false"
|
||||
SERVER+=" --max-iterations 1"
|
||||
SERVER+=" --mq-config $ex5config"
|
||||
@CMAKE_BINARY_DIR@/bin/examples/MQ/5-req-rep/$SERVER &
|
||||
|
Reference in New Issue
Block a user