Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] IP/CQ Updates

Just a note about active IP/CQ requests I've been managing for the jetty-logback[1] package.

* CQ3689 - logback-core - 0.9.18 -  https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3689
* CQ3690 - logback-classic - 0.9.18 -  https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3690
* CQ3691 - jcl-over-slf4j - 1.5.10 -   https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3691
* CQ3692 - jul-to-slf4j - 1.5.10 -  https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3692
* CQ3693 - og4j-over-slf4j - 1.5.10 -  https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3693

The jetty-logback optional package is to allow jetty admins / users / developers to have advanced logging facilities.
It uses the slf4j facilities of Jetty Slf4jLog along with other emitted logs from various 3rd party libraries to route all logging events to logback to handle.
The extra project jetty-webapp-logging[2] can also configure the webapps themselves to route their logging down to the server level slf4j, thus ignoring any webapp logging configuration in favor of the server side logging configuration (forced centralized logging option)


- Joakim

Back to the top