[rt-users] RT 3 on solaris 9 x86 no connection to syslog

Randy Millis rmillisl at gdcanada.com
Mon Feb 16 21:01:10 EST 2004


Ok, this seems to be resolved now:

The fix for me was to set the following lines in BOTH RT_SiteConfig.pm AND
RT_Config.pm :

Set($LogToSyslog    , undef);
Set($LogToScreen    , 'error');
Set($LogToFile      , 'debug');
Set($LogDir, '/opt/rt3/var/log');
Set($LogToFileNamed , "rt.log");    #log to rt.log

Is this a bug?

Why do the entries in RT_SiteConfig.pm not override those in RT_Config.pm?




More information about the rt-users mailing list