[rt-users] Re: [Rt-devel] RT 3.6.3 (and earlier) logs via RT::Logger in gmttime only?

Jon Daley bestpractical at jon.limedaley.com
Wed Jan 31 13:17:28 EST 2007


 	Ah, I see.  I have it set like this:
Set($LogToSyslog    , 'error');
Set($LogToScreen    , 'error');
Set($LogToFile      , 'notice');

So, I basically never see anything in my syslog (since RT is so great...)
but see stuff in the rt.log file with the timestamps as you said.

Thanks for the clarification.


On Wed, 31 Jan 2007, Ruslan Zakirov wrote:
> We print timestamps only to Screen and File, but never to syslog. So
> if you want mix different logs in one place then syslog is your
> answer.
> Set( $RT::LogToSyslog, 'error' );
> Set( $RT::LogToScreen, '' );
> Set( $RT::LogToFile, '' );
>
> On 1/31/07, Jon Daley <bestpractical at jon.limedaley.com> wrote:
>> On Wed, 31 Jan 2007, Ruslan Zakirov wrote:
>> > Yes, it's UTC. Use syslog :) I don't think there is any reason to switch.
>>
>>         I am not quite sure what this means.  This is probably a dumb
>> question, but try not to make too much fun of me...
>>
>>          I have also noticed the time difference, but hadn't spent enough
>> time to figure out how to change it.  I normally use 'less' to read the
>> syslogs, are you saying there is another app to read the logs with, or I
>> should be passing the RT logs to syslogd and then he can convert the
>> timestamps?
>
>
> -- 
> Best regards, Ruslan.
>



More information about the rt-users mailing list