I've tried to set logging to a file in RT_SiteConfig.pm but whenever I restart
apache I get a 500 Internal Server Error.

Set($LogToSyslog    , 'debug');
Set($LogToScreen    , 'error');
Set($LogToFile      , undef);
Set($LogDir, '/usr/local/rt-3.6.1/var/log');
Set($LogToFileNamed , "rt.log");    #log to rt.log

I've even touched rt.log.  I'm not sure though who it should belong to.  I've
set it to root:rt3, apache:apache...nothing works.  What I've found though is
that changing Set($LogToFile      , undef); to anything other than undef is what
breaks it.  I'd like to set it to 'debug'.  How do I do this without breaking 
RT?

Mathew
-- 
Keep up with me and what I'm up to: http://theillien.blogspot.com
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to