Re: Disable debug statements

2008-09-19 Thread vp
i have set it to INFO and it works now , Thanx Ray On Sep 10, 6:14 pm, Ray Krueger [EMAIL PROTECTED] wrote: Try setting the rootLogger to INFO, what does that do? Are you sure you don't have a log4j.xml file somewhere? Or maybe you're initializing Log4j somewhere in your own code at

Re: Disable debug statements

2008-09-10 Thread vp
Hey Thanx , letmee try this out now :) On Sep 10, 4:08 pm, Ray Krueger [EMAIL PROTECTED] wrote: If your log4j.properties contains this: log4j.rootLogger=DEBUG,appenders here Then you're getting DEBUG for everything in your application. Probably not useful, and definitely not recommended.

Disable debug statements

2008-09-09 Thread vp
Hi, 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 ??

Re: Disable debug statements

2008-09-09 Thread vp
yeah , i do have log4j and the level is set to debug in properties file . i didnt want to change the level in log4j properties file as i want to see the debug stmnts for other modules of the app. Is it posible to disable only the debug staments for memcache On Sep 9, 3:47 pm, Ray Krueger