Thanks that worked!
--- On Mon, 4/26/10, Thiago H. de Paula Figueiredo wrote:
From: Thiago H. de Paula Figueiredo
Subject: Re: Emailing Application Errors
To: "Tapestry users"
Received: Monday, April 26, 2010, 12:44 PM
On Mon, 26 Apr 2010 14:38:33 -0300, Jeshurun Daniel wrote:
&g
On Mon, 26 Apr 2010 14:38:33 -0300, Jeshurun Daniel
wrote:
Is there a way to configure Tapestry to automatically email error
reports when an application error occurs? I used python's django
framework previously and it can be configured to automatically email
errors to predefined email ad
Great I'll look into it. Thanks for the prompt reply!
--- On Mon, 4/26/10, Michael Prescott wrote:
From: Michael Prescott
Subject: Re: Emailing Application Errors
To: "Tapestry users"
Received: Monday, April 26, 2010, 12:41 PM
log4j has a email appender, I believe, so you
log4j has a email appender, I believe, so you could configure log4j to email
you everything above a certain threshhold, etc.
Michael
On Mon, Apr 26, 2010 at 1:38 PM, Jeshurun Daniel wrote:
> Is there a way to configure Tapestry to automatically email error reports
> when an application error oc
Is there a way to configure Tapestry to automatically email error reports when
an application error occurs? I used python's django framework previously and it
can be configured to automatically email errors to predefined email addresses,
and it comes in handy to fixing bugs quickly. Is such a co