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.

Reply via email to