caching - How to suppress azure cache client warnings from the WAD logs -
we have 2 roles use cache role share data. when deploy many many of following entries in logs:
information: <casclient> updated partition table (1-901) generation: 635036190744461419:0 transfer (1-901) generation: 635036190744461419:0; tracesource 'w3wp.exe' event information: <complaint> add hard complaint :0 ; tracesource 'w3wp.exe' event
changing values of setting:
<setting name="microsoft.windowsazure.plugins.caching.clientdiagnosticlevel" value="0" />
seems have no effect.
any ideas how can remove noise wadlogs table?
it seems there bug in caching (see post). tried rid of these log entries no luck running sdk1.8. switched sdk2.0 unfortunately problem still not fixed.
Comments
Post a Comment