decreased log level for logging complete message send out by the zmq

streamer
This commit is contained in:
2014-01-14 13:47:05 +01:00
parent e4885d11e1
commit c01995675e

View File

@@ -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();