[Lift] Re: problems logging

2009-05-19 Thread Channing Walton
cool thanks. On May 19, 7:09 pm, Martin Ellis wrote: > > On May 17, 10:33 pm, Timothy Perrett wrote: > >> Can you verify the log4j.xml file is being read? > > On Mon, May 18, 2009 at 9:38 PM, Channing Walton > wrote: > > Not sure how I can tell. > > Specifying -Dlog4j.debug on the command lin

[Lift] Re: problems logging

2009-05-19 Thread Martin Ellis
> On May 17, 10:33 pm, Timothy Perrett wrote: >> Can you verify the log4j.xml file is being read? >> On Mon, May 18, 2009 at 9:38 PM, Channing Walton wrote: > Not sure how I can tell. Specifying -Dlog4j.debug on the command line should prompt log4j to tell you what it's doing. Martin --~--~-

[Lift] Re: problems logging

2009-05-19 Thread Derek Chen-Becker
If you want the exception handling in all modes, just change your code to case (_, Req(path, "", GetRequest), exception) The "_" acts as a wildcard for the mode. Derek On Tue, May 19, 2009 at 5:12 AM, Channing Walton wrote: > > > > On May 18, 11:52 pm, "sailormoo...@gmail.com" > wrote: > > I

[Lift] Re: problems logging

2009-05-19 Thread Channing Walton
On May 18, 11:52 pm, "sailormoo...@gmail.com" wrote: > I think in your exception handler only Production is defined. > Are you running on Production Mode? Aha, I don't think I am. I just use RunWebApp. I'll look into that thanks. --~--~-~--~~~---~--~~ You recei

[Lift] Re: problems logging

2009-05-18 Thread sailormoo...@gmail.com
I think in your exception handler only Production is defined. Are you running on Production Mode? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@googlegrou

[Lift] Re: problems logging

2009-05-18 Thread Channing Walton
On May 17, 10:33 pm, Timothy Perrett wrote: > Can you verify the log4j.xml file is being read? > Not sure how I can tell. > The JPA example here changes the logging environment so perhaps use it > as an example to get started :) Grab it here:http://is.gd/AMAW Thanks, I tried that but still n

[Lift] Re: problems logging

2009-05-17 Thread Timothy Perrett
Can you verify the log4j.xml file is being read? The JPA example here changes the logging environment so perhaps use it as an example to get started :) Grab it here: http://is.gd/AMAW HTH Cheers, Tim On May 17, 9:57 pm, Channing Walton wrote: > Hi, > I am having trouble logging anything in my