How can I disable logging of the first 10 chunks of a live stream? I have the following in conf\Application.xml:
<LiveStreamPacketizer>
<!-- Properties defined here will override any properties defined in conf/LiveStreamPacketizers.xml for any LiveStreamPacketizers loaded by this applications -->
<Properties>
<Property><Name>maxChunkLogCount</Name><Value>-1</Value><Type>Integer</Type></Property>
</Properties>
</LiveStreamPacketizer>
I’ve also tried setting it to 0, but I always get the first 10 chunks logged. Since I’m trying to use the console to debug add-in modules, it would be helpful to be able to disable this.
Thanks,
Jeremy