decreased log level for logging complete message send out by the zmq
streamer
This commit is contained in:
@@ -65,7 +65,7 @@ public class ZMQDataService {
|
||||
|
||||
@Subscribe
|
||||
public void onMessage(Message m) {
|
||||
logger.info(m.toString());
|
||||
logger.fine(m.toString());
|
||||
socket.sendMore("{\"htype\": [\"fda-2.1\"], \"trackingId\":\"" + trackingId + "\"}");
|
||||
try (
|
||||
ByteArrayOutputStream b = new ByteArrayOutputStream();
|
||||
|
||||
Reference in New Issue
Block a user