Re[2]: HttpClient is logging on INFO-level - how to change to ERROR?

2007-01-06 Thread Christian Kruggel
Hey Christian, CH Which implementation do you use for the actual logging? To be honest: I do not have any idea. Since I did not specify a particular implementation I do assume that SimpleLog is used. But if so, these both lines should affect logging:

Re[2]: HttpClient is logging on INFO-level - how to change to ERROR?

2007-01-06 Thread Christian Kruggel
Hello Dennis! DL This looks like JDK 1.4 logging to me. In deed, it was. DL If you want to use SimpleLog add this system property: DLorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog Marvellous, this property did the trick. Thanks a lot! Christian