[rt-users] configure scrip message in error_log
Brian Dugay
bdugay at apple.com
Thu Jun 30 17:16:35 EDT 2011
Hi,
I have inherited 2 instances of RT (v3.8.4) running on Mac OS X 10.5.8. One instance is logging scrip messages to the apache2 error_log. E.g. when an comment or correspondence action occurs, it is possible to see the scrip messages in one apache2 error_log but not the other. The RT_SiteConfig.pm's are configured the same with regard to logging.
Set($LogToSyslog, 'warning');
Set($LogToScreen, 'info');
#--------------------------------------------------------#
Set($LogToFile, undef);
Set($LogDir, '/var/log');
Set($LogToFileNamed, 'rt.log'); #log to rt.log
#--------------------------------------------------------#
Set($LogStackTrace, '');
Set(@LogToSyslogConf, ());
The httpd.conf files are also configured similarly:
ErrorLog "logs/error_log"
LogLevel info
Can anybody steer me in the right direction?
Thanks and regards,
Brian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3729 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110630/17b83600/attachment.bin>
More information about the rt-users
mailing list