Chris Pilsworth wrote
> Hi,
> 
> 
> Does any know what the effect of checking the "debug logging" (org.apache.
> felix.http.debug) checkbox in theFelix Jetty Based HTTP Service is?
> 
> 
> It sounds obvious, but I cannot see anything more output to the logs when
> this is checked.  If I create a specific Logger for the org.apache.felix.http
> category I see no change in the output when this is checked.
> 
> 
> Looking at the source it seems to map back to this method on the
> JettyService internal class, which appears to be unused.
> 
> 
Yepp, it is definitely unused - not sure maybe in older Jetty versions
we used it to enable some additional logging.
it seems it was used to enable this in Jetty:
>>
org.eclipse.jetty.util.log.DEBUG
   Formerly used to enable DEBUG level logging on any logger used within
Jetty (not just Jetty's own logger). Replaced with using the logger
implementation specific configuration and level filtering.
<<

So I assume we can remove this from the config.

Carsten
-- 
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to