Re: T5: How do I configure logging for a service?

2008-02-05 Thread Howard Lewis Ship
Logging is based on the class name of the module that defined the service, then the service id, i.e. log4j.category.org.example.myapp.services.AppModule.MyService=info On Feb 5, 2008 11:24 AM, Filip S. Adamsen [EMAIL PROTECTED] wrote: Hi, I'm having trouble configuring logging for my

RE: T5: How do I configure logging for a service?

2008-02-05 Thread Jonathan Barker
. Adamsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 2:24 PM To: Tapestry users Subject: T5: How do I configure logging for a service? Hi, I'm having trouble configuring logging for my services. What exactly is the name of the logger handed to my service? I thought

T5: How do I configure logging for a service?

2008-02-05 Thread Filip S. Adamsen
Hi, I'm having trouble configuring logging for my services. What exactly is the name of the logger handed to my service? I thought log4j.logger.com.myapp=debug in log4j.properties would turn on logging for all my services, but this doesn't seem to work. log4j.category.com.myapp=debug

RE: T5: How do I configure logging for a service?

2008-02-05 Thread Jonathan Barker
-Original Message- From: Filip S. Adamsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 2:24 PM To: Tapestry users Subject: T5: How do I configure logging for a service? Hi, I'm having trouble configuring logging for my services. What exactly

Re: T5: How do I configure logging for a service?

2008-02-05 Thread Filip S. Adamsen
loggers, directly in applications: http://jetty.mortbay.org/jetty5/tut/logging.html Jonathan -Original Message- From: Filip S. Adamsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 4:06 PM To: Tapestry users Subject: Re: T5: How do I configure logging for a service? Hi