You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "David J. M. Karlsen (JIRA)" <ji...@apache.org> on 2013/08/21 10:19:53 UTC

[jira] [Created] (CXF-5221) Expose prettyPrinting boolean attribute for loggingFeature

David J. M. Karlsen created CXF-5221:
----------------------------------------

             Summary: Expose prettyPrinting boolean attribute for loggingFeature
                 Key: CXF-5221
                 URL: https://issues.apache.org/jira/browse/CXF-5221
             Project: CXF
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.7.6
            Reporter: David J. M. Karlsen


See http://nurkiewicz.blogspot.no/2011/05/enabling-load-balancing-and-failover-in.html for elaboration.

It would be neat if I was able to toggle pretty printing in the loggingFeature configuration with:
{noformat}
<cxf:bus>
    <cxf:features>
        <cxf:logging prettyPrint="${cxf.logging.prettyPrint}"/>
    </cxf:features>
</cxf:bus> 
{noformat}

instead of having to configure the beans and put them in place for each chain.

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