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 <[EMAIL PROTECTED]> 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.

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

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to