[rt-users] Problems with LogToSyslogConf
Nick Kartsioukas
change+lists.rt at nightwind.net
Wed Nov 11 17:10:17 EST 2009
I seem to be having trouble with setting the LogToSyslogConf option,
specifically overriding the default ident (multiple instances, I want to
be able to tell the errors apart).
Set(@$LogToSyslogConf, (ident => 'compserv_test'));
results in the error
Not a SCALAR reference at
/home/rt/test_compserv_rt/bin/../lib/RT/Config.pm line 661.
Set(@$LogToSyslogConf, (ident = 'compserv_test'));
results in the error
Can't modify constant item in scalar assignment at
/home/rt/test_compserv_rt/etc/RT_SiteConfig.pm line 34, near
"'compserv_test')"
@$LogToSyslogConf = (ident => 'compserv_test');
No error, but no effect
Am I typo-ing something and just not seeing it?
More information about the rt-users
mailing list