Wowza Community

disable chunk logging?

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

Jeremy,

It works with the “-1” setting in my test, I get no chunk messages in the cmd console or IDE console.

“0” means log all chunks.

Richard

Let’s keep to one thread on this

I verified that I don’t have any other maxChunkLogCount settings. Running Wowza 3.5.2. What else can I try?