Ceki, Thanks, I'll give that a try. It looks like I'll have to switch to logback configuration files if I go that route.
BTW, does Chainsaw work with logback? Tauren On 9/6/07, Ceki Gulcu <[EMAIL PROTECTED]> wrote: > Tauren Mills <tauren <at> tauren.com> writes: > > > > > Thanks everyone for the help. I got it working with the following jars: > > > > log4j-1.2.15.jar > > slf4j-api-1.4.2.jar > > slf4j-log4j12-1.4.2.jar > > > > Is that what others are using? > > > > I had troubles while using logback, but I may not have used the right > > jars or got the configuration right. It seemed that Jetty was having > > troubles and throwing exceptions. What is the right combination of > > jars to use with logback? > > > > Tauren > > That looks correct for the SLF4J/log4j combo. For the SLF4J/logback combo, you > would need > > slf4j-api-1.4.3.jar (1.4.2 is OK too) > logback-core-0.9.8.jar > logback-classic-0.9.8.jar > > I hope this helps, > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
