On Sep 9, 2008, at 11:38 AM, vp wrote:
I am trying to use memecached in my application . but it gives these debug statements in the tomcat log "DEBUG MaintThread com.danga.memcached.SockIOPool ++++ Size of busy pool for host (172.16.1.16:11211) = 0 " in a loop Can any body help me disable these ??
I would guess something like the following would work: Logger.getLogger(SockIOPool.class.getName(), Logger.LEVEL_WARN); Cheers, Trond
