mirror of
https://github.com/Febbweiss/logstash-forwarder-java.git
synced 2026-03-05 14:45:40 +00:00
Modified loop.
This commit is contained in:
@@ -129,7 +129,7 @@ public class LumberjackClient implements ProtocolAdapter {
|
||||
ByteArrayOutputStream uncompressedBytes = new ByteArrayOutputStream();
|
||||
DataOutputStream uncompressedOutput = new DataOutputStream(uncompressedBytes);
|
||||
for(Map<String,byte[]> keyValues : keyValuesList) {
|
||||
logger.debug("Adding data frame");
|
||||
logger.trace("Adding data frame");
|
||||
sendDataFrame(uncompressedOutput, keyValues);
|
||||
}
|
||||
uncompressedOutput.close();
|
||||
|
||||
Reference in New Issue
Block a user