<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>

<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Re: [rt-users] Timestamps when logging to a file</TITLE>
</HEAD>
<BODY>
<DIV id=idOWAReplyText59690 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Also a handy 
one:</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>find /path/to/rt -type f | xargs grep 
"thing you are looking for"</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>sometimes you will also want to remove some 
noise with some more pipes on the end:</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2> | grep -v I18N | grep -v 
rt.log</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> rt-users-bounces@lists.bestpractical.com 
on behalf of Jim Meyer<BR><B>Sent:</B> Mon 12/12/2005 6:29 PM<BR><B>To:</B> Mike 
Friedman<BR><B>Cc:</B> rt-users<BR><B>Subject:</B> Re: [rt-users] Timestamps 
when logging to a file<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Hello!<BR><BR>On Mon, 2005-12-12 at 16:35, Mike Friedman 
wrote:<BR>> Now most of the entries in my log file are, indeed, in local 
time, but<BR>> they are interspersed with messages that are still using 
GMT.  Is there<BR>> some other place besides RT.pm that I must change in 
order to get<BR>> consistent local time in my log file?<BR><BR>YMMV, but 
here's how I go hunting such things:<BR><BR>> cd /path/to/rt<BR>> grep -rl 
gmtime 
lib<BR>lib/RT/Date.pm<BR>lib/RT/Tickets_Overlay.pm<BR>lib/RT.pm<BR>lib/RT.pm.in<BR><BR>Good 
luck!<BR><BR>--j<BR>--<BR>Jim Meyer, Geek at 
Large                                    
purp@acm.org<BR><BR>_______________________________________________<BR><A 
href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</A><BR><BR>Be 
sure to check out the RT Wiki at <A 
href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</A><BR><BR>Download 
a free sample chapter of RT Essentials from O'Reilly Media at <A 
href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</A><BR><BR>WE'RE 
COMING TO YOUR TOWN SOON - RT Training in Amsterdam, Boston and<BR>San Francisco 
- Find out more at <A 
href="http://bestpractical.com/services/training.html">http://bestpractical.com/services/training.html</A><BR></FONT></P></DIV>

</BODY>
</HTML>