Why would trace logging just quit ?

Why would trace logging just quit ?

Old forum URL: forums.lhotka.net/forums/t/10612.aspx


Jav posted on Friday, August 12, 2011

I have had trace logging turned on, and for a few days I depended upon the logs for useful information.  Now suddenly - no logging, either on the server or on my machine locally.  Any ideas what could have gone wrong?  Or did the logger just up and died!   (Yes, my web.config still has entries, and svcConfigEditor.exe shows the tracing is ON)

Jav

JonnyBee replied on Saturday, August 13, 2011

WCF tracing will has a default setting of  log 1000 messages and then stop.

MessageLoggingElement.MaxMessagesToLog Property

http://msdn.microsoft.com/en-us/library/system.servicemodel.configuration.messageloggingelement.maxmessagestolog.aspx

 

/Jonny

Copyright (c) Marimer LLC