Hi Todd, > Well, that's just the thing -- I _haven't_ explicitly enabled or > configured logging. I'm just executing a custom Ant task that happens > to use HttpClient (and no, I haven't explicitly enabled logging in Ant, > either). And I looked over the link you mentioned before I ever wrote > to this list regarding this issue, it just doesn't have what I'm looking > for.
Yes it does. It tells you that we're using commons logging, and it has a link to commons logging. If you didn't configure logging explicitly, then either the commons logging defaults apply, or the Ant environment has something set up for you. http://jakarta.apache.org/commons/logging/ cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
