[rt-devel] Logging messages to specified file

mixo mixo at coza.net.za
Mon Dec 15 07:13:18 EST 2003


Ruslan U. Zakirov wrote:

> mixo wrote:
>
>> When importing data into rt3, all messages are logged to 
>> "/var/log/messages" via
>> syslog. How can I change this to log to a different file?
>
> grep in RT_Config.pm for 'log|logging'.
>
That gives me:

  Set($LogToSyslog    , 'debug');
  Set($LogDir, '/opt/rt3/var/log');
  Set($LogToFileNamed , "rt.log");    #log to rt.log


I tried setting "LogToSyslog" to "undef", but the messages still went to 
syslog.
What am I supposed change.

>>
>> _______________________________________________
>> rt-devel mailing list
>> rt-devel at lists.fsck.com
>> http://lists.fsck.com/mailman/listinfo/rt-devel
>
>
>
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel






More information about the Rt-devel mailing list