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.

