I've create a jira issue here: * https://issues.apache.org/jira/browse/FELIX-5203 and a pull request to remove the configuration item here: * https://github.com/apache/felix/pull/55
Hope this is OK. Chris On Tue, Mar 1, 2016 at 3:38 PM, Chris Pilsworth <cpilswo...@gmail.com> wrote: > Thanks for confirming Carsten. > > Shall I create a Jira issue/PR for this? > > Chris > > On Tue, Mar 1, 2016 at 3:11 PM, Carsten Ziegeler <cziege...@apache.org> > wrote: > >> 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 >> >> >