Closed vasily802 closed 5 years ago
I found it. In my case, I use monix/shade in a Play2 app. To tune down memcached logs, I added to src/main/resourcs/logback.xml
following lines:
<logger name="net.spy.memcached" level="warn" />
<logger name="net.spy.memcached.MemcachedConnection" level="warn" />
MemcachedConnection emits logs roughly every 1 sec:
Is there any way to tune down these logs? Thank you!