Hi, 
I have a weird issue... Running RT (version 3.8.1 on suse 11)
I am trying to move RT logs to /var/log/rt3/rt.log, but it keeps putting 
entries in /var/log/messages...
Here is part of my RT_SiteConfig.pm
--------------------------------------
#  Mail loops will generate a critical log message.
Set($LogToSyslog    , 'debug');
Set($LogToScreen    , 'error');
Set($LogToFile      , undef);
Set($LogDir, '/var/log/rt3');
Set($LogToFileNamed , "rt3.log");    #log to rt.log
--------------------------------------
I have tried commenting out "Set($LogToFile      , undef", but same results.
 
Any ideas?
Thanks


      
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


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

Reply via email to