Description
The compressionType parameter does not work, and I can see why in the source:
GelfLayout.java
@PluginAttribute(value = "compressionThreshold", defaultString = "GZIP") final CompressionType compressionType,
The value is wrong here.
The compressionType parameter does not work, and I can see why in the source:
@PluginAttribute(value = "compressionThreshold", defaultString = "GZIP") final CompressionType compressionType,
The value is wrong here.