Hi Chris,

On Thu, Dec 9, 2010 at 5:28 PM, Chris Fitzpatrick <cf...@stanford.edu> wrote:
> [..]
> One thing I am curious about...the SLF4J manual (
> http://www.slf4j.org/manual.html)  says to only include one binding in the 
> class
> path.  However, in the WEB-INF/lib directory of Fedora, I have:
> slf4j-jdk14-1.5.2.jar
> slf4j-log4j12-1.5.2.jar
> logback-classic-0.9.18.jar
>
> I think maybe two of these have to go...however, I can't tell which ones. I've
> played around with it a bit...removing all but the log4j seems to kill the 
> crazy
> output to catalina.out, but still does not append to fedora.out.

Ok, the only impl that should be in there is logback-classic.  Try
deleting the other two.  This *should* cause logback to be used, which
should then be configured properly (from server/config/logback.xml),
which should cause it to send output to server/logs/fedora.log.

I've got 3.5-SNAPSHOT (a recent trunk build) installed locally and the
slf4j-jdk* and slf4j*log4j are definitely not included in my
WEB-INF/lib/ directory after installing.  I also just did a fresh
3.4.1 install and the same is true there.  I only installed it with
the bundled tomcat (6.0.20), but I'm still puzzled as to how those
libraries appeared in your WEB-INF/lib directory -- they don't seem to
be in the Fedora 3.4.1 distribution at all (I also checked the content
of the .war file inside the installer package).

- Chris

------------------------------------------------------------------------------
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to