[rt-users] RT logs
nvarney at edt.fr
nvarney at edt.fr
Tue Aug 31 13:02:52 EDT 2004
>Hi,
>
>I just installed a fresh RT 3.2.1
>I created several tickets thru both email and web interface.
>I have this in my config file:
>
>Set($LogToSyslog , 'debug');
>Set($LogToScreen , 'error');
>Set($LogToFile , undef);
>Set($LogDir, '/usr/local/rt1/var/log');
>Set($LogToFileNamed , "rt.log"); #log to rt.log
>
>However the /usr/local/rt1/var/log/rt.log file doesn't exist.
>My question is - is there anything wrong with the config?
>
>Thanks
You should define what to put in your log file
Change the line:
Set($LogToFile , undef);
to
Set($LogToFile , 'debug');
for example.
Regards
Nicolas Varney
More information about the rt-users
mailing list