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.

bug report on github


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -