[ 
https://issues.apache.org/jira/browse/LOG4J2-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mikael Ståldal updated LOG4J2-1009:
-----------------------------------
    Description: 
The compressionType parameter does not work, and I can see why in the source:

{code:title=GelfLayout.java}
@PluginAttribute(value = "compressionThreshold",
    defaultString = "GZIP") final CompressionType compressionType,
{code}

The value is wrong here.


  was:
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.



> Incorrectly defined compressionType parameter to GelfLayout
> -----------------------------------------------------------
>
>                 Key: LOG4J2-1009
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-1009
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Layouts
>    Affects Versions: 2.2
>            Reporter: Mikael Ståldal
>              Labels: easyfix
>
> The compressionType parameter does not work, and I can see why in the source:
> {code:title=GelfLayout.java}
> @PluginAttribute(value = "compressionThreshold",
>     defaultString = "GZIP") final CompressionType compressionType,
> {code}
> The value is wrong here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to