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

Ruslan Zakirov ruslan.zakirov at gmail.com
Wed Jan 31 13:06:45 EST 2007


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