Looks like Loglevel setting is ignored for cache preview
-
2012年6月21日 8: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日 3: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日 4:06 typo
- 已建议为答案 Charu PuhazholiMicrosoft Employee 2012年6月22日 9:07
- 已标记为答案 Arwind - MSFTModerator 2012年6月27日 5:16
-
2012年6月27日 7:20
Hi Karthik!
Sorry for the silence. Yes, you were right. Should change log level in web.config.
Thank you.

