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?
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [email protected]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to