Looks like Loglevel setting is ignored for cache preview
-
2012年6月21日 上午 08:41
Hi!
We use default value for Microsoft.WindowsAzure.Plugins.Caching.Loglevel setting
As it stated here it should be "
Error" but my log is full with messages likeVERBOSE: <DistributedCache.DRM.Client1> VW
INFORMATION: <DistributedCache.SocketClientChannel.1>
所有回覆
-
2012年6月21日 下午 12:30Even with "Off" log is polluted with messages from cache. It's hard to find records from my application
-
2012年6月22日 上午 03:22
Hi Michael,
Looks like you're changing Caching.LogLevel which controls the server level traces and the logs that you mention are client side ones.
You need to change the tracelevel to "Error" or "Off" in web.config/app.config depending on your client role.
Please refer to http://msdn.microsoft.com/en-us/library/windowsazure/hh914135.aspx#BKMK_EnableClientSideTraces section for details on how to change the client side log levels
- 已編輯 Karthik RathinaveluMicrosoft Employee 2012年6月22日 上午 04:06 typo
- 已提議為解答 Charu PuhazholiMicrosoft Employee 2012年6月22日 上午 09:07
- 已標示為解答 Arwind - MSFTModerator 2012年6月27日 上午 05:16
-
2012年6月27日 上午 07:20
Hi Karthik!
Sorry for the silence. Yes, you were right. Should change log level in web.config.
Thank you.

