You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Edell Nolan (JIRA)" <ji...@apache.org> on 2009/01/21 13:51:00 UTC

[jira] Updated: (SMX4-197) Logging Pojo in Servicemix-bean should add capability to switch off checking for maximum message display size

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

Edell Nolan updated SMX4-197:
-----------------------------

    Attachment: PojoLogging.patch

> Logging Pojo in Servicemix-bean should add capability to switch off checking for maximum message display size
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-197
>                 URL: https://issues.apache.org/activemq/browse/SMX4-197
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m2
>            Reporter: Edell Nolan
>         Attachments: PojoLogging.patch
>
>
> The LoggingPojo in servicemix-bean logs all exchanges whether the contents of an incoming exchange exceeds the predefined maximum message display size "maxMsgDisplaySize" or not. If yes, it will trim down the contents of the incoming exchange to predefined display size.
> But you may want to print out the whole contents from all of the incoming exchanges and void this message display size checking. 
> So by changing the code to that in the attached patch if we set "maxMsgDisplaySize" to any negative values such as "-1"  it would effectively switch off checking on the maximum display size and allow full contents to be printed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.