http://qs1969.pair.com?node_id=605410

Herkum has asked for the wisdom of the Perl Monks concerning the following question:

I am developing a web site with Template Toolkit to generate web pages. The problem I am having is that when there are errors trying to generate the web page, It will not display an errors in the log. I have an 'Error' run_mode (provided through CGI::Application and CGI::Application::Plugin::TT but that just displays a generic error template.

Can any give me a hint on how to force Template errors to show up in the error_log or in a variable that I can use to make it show up in the error template? It is driving me crazy to try and debug templates without error messages.