Tarek M. Nabil wrote:
So, I guess now, my question should be, will HttpClient generate logActually the log files are generated by the log implementation. This can be Log4J or something else. HttpClient itself does not write any files. Questions about Commons Logging configuration do not belong here.
files?
> And when? And how do I configure the logging, maybe to prevent
See package summary of Commons-Logging:it completely? Is that doable?
http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/package-summary.html
You can turn off logging completely by simply setting a System property:
org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
But it's cleaner to make a commons-logging.properties file and set this there.
Odi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
