Using 3.1

 

I cannot seem to get wire logging to produce anything in my log.

 

Here is the code:

 

FileHandler defaultHandler = new FileHandler(path + "BBD%u.log", 50000,
1, true);

Logger.getLogger("").addHandler(defaultHandler);

Logger.getLogger("org.apache.commons.httpclient").setLevel(Level.ALL);

 

Logger.getLogger("org.apache.http.wire.level").setLevel(Level.ALL);

Logger.getLogger("org.apache.http.level").setLevel(Level.ALL);

 

 

This produces log entries for the classes under
org.apache.commons.httpclient, but nothing

for data going over the wire.

 

I can't seem to figure out what I am missing / not doing correctly.

 

Any help is appreciated.

 

Thanks

 

 

 

Reply via email to