LDAP and debugging

Hi folks,

I’m trying to debug an LDAP overlay, but I can’t seem to get the logging
done properly. Here is the relevant stanza from RT_SiteConfig.pm:

Set($LogToSyslog , ‘debug’);
Set($LogToScreen , ‘debug’);
Set($LogToFile , ‘debug’);
Set($LogDir, ‘/var/log/rt3’);
Set($LogToFileNamed , “rt.log”); #log to rt.log

I get no [debug] output at all in the logfile. Any clues?

–JB