GitHub user cpilsworth opened a pull request:

    https://github.com/apache/felix/pull/55

    FELIX-5203 Remove unused org.apache.felix.http.debug property from http 
service

    The `org.apache.felix.http.jetty` bundle has a "Debug Logging" boolean 
property (`org.apache.felix.http.debug`) which is unused. This property is only 
used by the internal JettyConfig.isDebug method, which is in turn is unused.
    
    Jetty debug logging is now handed by filtering the logger category.
    
    See:
    http://www.mail-archive.com/users%40felix.apache.org/msg17122.html

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cpilsworth/felix 
fix/felix-5203-remove-unused-debug-flag

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/felix/pull/55.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #55
    
----
commit 25ed38cf0ec55611a2ae6d7acbcd48f2ed2fe725
Author: Chris Pilsworth <cpilswo...@gmail.com>
Date:   2016-03-01T15:56:15Z

    FELIX-5203 Remove unused org.apache.felix.http.debug property from http 
service

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to