[rt-users] logging to file
spydrrrrr at gmail.com
spydrrrrr at gmail.com
Tue Aug 29 10:10:21 EDT 2006
RT version3.4.2
This is what I added to my RT_SiteConfig.pm
# Mail loops will generate a critical log message.
Set($LogToSyslog , '');
Set($LogToScreen , 'error');
Set($LogToFile , 'debug');
Set($LogDir, '/usr/local/rt3/var/log');
Set($LogToFileNamed , "rt.log"); #log to rt.log
However when I log in the log file location there is no log... it's been 3
days...
How much info is logged in debug mode?
Is there something I am missing in order to get the logs sent to a file?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20060829/e14076dc/attachment.htm>
More information about the rt-users
mailing list