What version on Tomcat? Does your application have Log4j in the classpath? If so, do you have a log4j.xml or log4j.properties file with something set to DEBUG?
On Tue, Sep 9, 2008 at 5:05 AM, vp <[EMAIL PROTECTED]> wrote: > > Thanx , but it doesnt seem to work :( > > On Sep 9, 2:53 pm, Trond Norbye <[EMAIL PROTECTED]> wrote: >> 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 >
