Skip to content

Commit

Permalink
Serialization example: switch log severity to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx authored and karabowi committed Feb 16, 2023
1 parent 2180b56 commit b33bc04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/MQ/serialization/testSerializationEx.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ SAMPLER+=" --id sampler1"
SAMPLER+=" --channel-config name=data1,type=push,method=bind,address=tcp://localhost:1565"
SAMPLER+=" --input-file $INPUTFILE"
SAMPLER+=" --color false"
SAMPLER+=" --severity debug"
SAMPLER+=" --control static"
SAMPLER+=" --verbosity veryhigh"
@CMAKE_CURRENT_BINARY_DIR@/$SAMPLER &
Expand All @@ -29,6 +30,7 @@ PROCESSOR1+=" --id processor1"
PROCESSOR1+=" --channel-config name=data1,type=pull,method=connect,address=tcp://localhost:1565"
PROCESSOR1+=" name=data2,type=push,method=connect,address=tcp://localhost:1566"
PROCESSOR1+=" --color false"
PROCESSOR1+=" --severity debug"
PROCESSOR1+=" --control static"
PROCESSOR1+=" --verbosity veryhigh"
@CMAKE_CURRENT_BINARY_DIR@/$PROCESSOR1 &
Expand All @@ -38,6 +40,7 @@ FILESINK="ex-serialization-sink"
FILESINK+=" --id sink1"
FILESINK+=" --channel-config name=data2,type=pull,method=bind,address=tcp://localhost:1566"
FILESINK+=" --color false"
FILESINK+=" --severity debug"
FILESINK+=" --control static"
FILESINK+=" --num-msgs 100"
FILESINK+=" --output-file $OUTPUTFILE"
Expand Down

0 comments on commit b33bc04

Please sign in to comment.