[Catalyst] Simplest way to insert debug messages for Apache2 +	Catalyst?
    Edric 
    ehankamo at yahoo.com
       
    Thu Mar  9 21:57:35 CET 2006
    
    
  
I just found the error log where the debug info goes doing a grep on my whole system! it goes into my /etc/httpd/logs folder (error_log)... how come it doesn't go into the error log i specify in my httpd conf file?
 
  ErrorLog /usr/local/test/logs/apache_error_log
Edric <ehankamo at yahoo.com> wrote:Correct, I'm running it as a virtual host. I have a custom conf file where my apache's httpd.conf file includes it at the very end. The file looks like...
 
 <VirtualHost *>
 ... stuff here
 </VirtualHost>
 
 Let me know if you or anyone else needs anymore info. Thanks.
 
 Andrew Bramble <andrew.bramble at omnilab.com.au> wrote: On Thursday 09 March 2006 10:54, Edric wrote:
> mod_perl 2.0
>
> Brandon Black  wrote: On 3/8/06, Edric  wrote:
> > thanks for the quick response.
> >
> >  Yeah I had that already in my main app class:
> >
> >  use Catalyst qw/-Debug FormValidator/;
> >
> >  Also in my apache conf file, i have the following line:
> >
> >  ErrorLog  /usr/local/test/logs/apache_error_log
> >
> >  only error messages get outputted and not debug messages.
>
> What engine are you using? (mod_perl, fastcgi, plain cgi, etc?)
>
> -- Brandon
>
even Color log works for me;
apache2-prefork-2.0.53-9
apache2-2.0.53-9
Prefork or MPM ? I don't think that should make any difference either.
Are you running catalyst in a virtual host? 
_______________________________________________
Catalyst mailing list
Catalyst at lists.rawmode.org
http://lists.rawmode.org/mailman/listinfo/catalyst
   
---------------------------------
Brings words and photos together (easily) with
  PhotoMail  - it's free and works with Yahoo! Mail._______________________________________________
Catalyst mailing list
Catalyst at lists.rawmode.org
http://lists.rawmode.org/mailman/listinfo/catalyst
		
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060309/279c8df0/attachment.htm 
    
    
More information about the Catalyst
mailing list