Arkin Yetis created LOG4J2-114:
----------------------------------

             Summary: StructuredDataMessage is incorrectly validating value 
length instead of key length
                 Key: LOG4J2-114
                 URL: https://issues.apache.org/jira/browse/LOG4J2-114
             Project: Log4j 2
          Issue Type: Bug
          Components: API
    Affects Versions: 2.0-beta2
            Reporter: Arkin Yetis


During execution of method SLF4JLogger.log, the following exception is thrown 
during creation of the StructuredMessage with a key longer than 32 characters.

java.lang.IllegalArgumentException: Structured data values are limited to 32 
characters. key: memo value: This is a very long test memo to demonstrate the 
issue

The validation should be on key length and not the value.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to