lprimak wrote:
> 
> I just put out a test web site to 50 users. 
> We have enterprise monitoring software that sends emails to all the bosses
> when an error is logged in the web site.
>  

First of all - working on weekends is no good idea :)



> Right now, errors such as form submits via GET, minification syntax errors
> and other issues that are clearly user errors are getting emailed to the
> management. 
> 
> Is there any way to turn those off?  
> Right now I disablede all logging for IOCRegistry module, but I don't
> think it's the right solutions. 
> Is there a better solution?  Is this worthy of a JIRA?  Thanks!
> 

You could simply override RequestExceptionHandler - the default version logs
an error with stacktrace. Your version can do whatever you want (e.g. log a
warning without stacktrace for some exceptions).
See:
http://tapestry.apache.org/overriding-exception-reporting.html#OverridingExceptionReporting-Version2:OverridingtheRequestExceptionHandler

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Ability-to-stop-logging-user-errors-tp4949134p4949810.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to