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

Gary Gregory reassigned LOG4J2-273:
-----------------------------------

    Assignee: Gary Gregory
    
> Wasted work in XMLLayout.toSerializable()
> -----------------------------------------
>
>                 Key: LOG4J2-273
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-273
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Layouts
>    Affects Versions: 2.0-beta6
>         Environment: any
>            Reporter: Adrian Nistor
>            Assignee: Gary Gregory
>            Priority: Minor
>              Labels: patch, perfomance
>         Attachments: patch.diff
>
>
> The problem appears in Log4j 2.0-beta6 and in revision 1490297.  I
> attached a one-line patch that fixes it.
> In method "XMLLayout.toSerializable", the loop over
> "formats" should break immediately after
> "xmlSupported" is set to "true".  All the iterations after
> "xmlSupported" is set to "true" do not perform any useful work,
> at best they just set "xmlSupported" again to "true".

--
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