Hi,
we are using the spymemcached memcached client but we didn't discovered how we could disable the logging system.
How could we at runtime change the current logging system to something like log4j or sl4j?
Notice: We could pass some VM arguments, but the problem is: we can't change our server configuration. Is it possible to pass t...
I am able to run stand alone java class that uses spymemcache(using memcache 2.5 jar) but when i try to run a web appliaction which uses jboss server it gives me following error:-
09:17:29,125 ERROR [STDERR] 2010-06-10 09:17:29.125 09:17:29,125 ERROR [STDERR]
09:17:29,125 ERROR [STDERR] INFO 09:17:29,125 ERROR [STDERR]
09:17:29,125 ERRO...
Running flush() on the java-clients we've tried (SpyMemcacheD and Danga) does not reset the statistics on the memcached server.
Does anyone know a good way to do this? I could implement a telnet client that sends
stats reset
But that seems excessive
...