users@jersey.java.net

Re: [Jersey] Logging in Jersey

From: Craig McClanahan <craigmcc_at_gmail.com>
Date: Tue, 8 Dec 2009 14:24:45 -0800

On Tue, Dec 8, 2009 at 1:35 PM, Samuel Le Berrigaud
<sleberrigaud_at_atlassian.com> wrote:

> I think moving to slf4j would be great. One of the big issue with the
> JDK Logging is that it doesn't allow per webapp configuration, it a
> JVM wide configuration which means that configuring for one webapp
> could affect the logging of other applications running in the same
> JVM.

While this is true for the "out of the box" JDK LogManager, several
servers have provided extended LogManager implementations that support
per-webapp configuration. For example, Tomcat and JBoss both use JULI
to provide this -- see
<http://www.crazysquirrel.com/computing/java/logging.jspx> for more
info.

Craig