HI
I am using memcached-1[1].2.6-win32-bin version of memcache server
and
memcached-2[1].1.jar,spy-2.4.jar as client side jars to set Key-value
pair in memcache server..
but, for each command that i execute from java application, memcache
server sends log in STDERR..
so java console looks like following..
on connection and set command it shows:
2009-03-06 09:17:24,187 ERROR [STDERR] 2009-03-06 09:17:24.187
2009-03-06 09:17:24,187 ERROR [STDERR]
2009-03-06 09:17:24,187 ERROR [STDERR] INFO
2009-03-06 09:17:24,203 ERROR [STDERR]
2009-03-06 09:17:24,203 ERROR [STDERR]
net.spy.memcached.MemcachedConnection
2009-03-06 09:17:24,203 ERROR [STDERR] :
2009-03-06 09:17:24,203 ERROR [STDERR] Added {QA
sa=jjoshi.asite.asitehq.com/192.168.100.94:11211, #Rops=0, #Wops=0,
#iq=0, topRop=null, topWop=null, toWrite=0, interested=0} to connect
queue
2009-03-06 09:17:24,218 ERROR [STDERR] 2009-03-06 09:17:24.203
2009-03-06 09:17:24,218 ERROR [STDERR]
2009-03-06 09:17:24,218 ERROR [STDERR] INFO
2009-03-06 09:17:24,218 ERROR [STDERR]
2009-03-06 09:17:24,218 ERROR [STDERR]
net.spy.memcached.MemcachedConnection
2009-03-06 09:17:24,218 ERROR [STDERR] :
2009-03-06 09:17:24,218 ERROR [STDERR] Connection state changed for
sun.nio.ch.selectionkeyi...@f0e58b
2009-03-06 09:17:24,250 ERROR [STDERR] 2009-03-06 09:17:24.25
How to configure memcache server to send response as DEBUG...it makes
my java console very tedious to read...