how can i configure a log4j.properties with a rootlogger = debug, stdout, logfile
and org.apache.httpclient = debug
which goes into the logfile but not the stdout?
raising the rootlogger to info is not acceptable as i have others package at the debug level.