[rt-users] RT logs

Dimitry Faynerman dimitry.faynerman at hypermediasystems.com
Tue Aug 31 12:39:59 EDT 2004


Thanks, that works



-----Original Message-----
From: rt-users-bounces at lists.bestpractical.com
[mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of
nvarney at edt.fr
Sent: Tuesday, August 31, 2004 10:03 AM
To: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] RT logs



>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


_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Be sure to check out the RT wiki at http://wiki.bestpractical.com




More information about the rt-users mailing list