|
by Windows Azure Team via Windows Azure on 6/29/2011 4:59:00 PM
In this post, I will describe how to enable Client-side traces for AppFabric Caching Service. I will also touch upon some basic problems you might face while trying out the same.
To configure the cache client to generate System.Diagnostic.Traces pertaining to the AppFabric cache, please follow the below steps:
Configuration File Option
In your app.config/web.config you need to add <tracing sinkType="DiagnosticSink" traceLevel="Verbose" />, to the appropriate location as per the cases below
... [ read more ]
|