On 7/25/07, Brian Reichert <[EMAIL PROTECTED]> wrote: > I feel really stupid asking this sort of question, but: > > How do I get HTML::Mason to send warn() output to Apache's error logs? > > I have 'PerlWarn On' in my global httpd.conf; I thought that would > have cut it.
What is the version of your mod_perl? if it's mod_perl 2, you need 'PerlSwitches -w' instead of 'PerlWarn On' to turn on the 'warnings'. Regards, Xicheng > This is my _second_ webapp project; my first was a few years ago, > and issues like this simply didn't crop up. warn() Just Worked. > > If this is discussed already in the list archives, I apologize; I > wasn't able to find the correct set of buzzwords to get a hit out > of Google. :) > > I'd be happy to provide any config file directives that you think > might be appropriate... > > -- > Brian Reichert <[EMAIL PROTECTED]> > 55 Crystal Ave. #286 Daytime number: (603) 434-6842 > Derry NH 03038-1725 USA BSD admin/developer at large > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Mason-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mason-users > -- perl -le'print"So~*kde~box*DS*Zoxf*fe|er"^$\x23' ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

