[rt-users] RT Log file
kem cho
kemcho12345 at yahoo.com
Fri Dec 26 19:53:09 EST 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20081226/458b20e4/attachment.htm>
More information about the rt-users
mailing list