31 Jul
2008
31 Jul
'08
3:27 a.m.
On Thu, Jul 24, 2008 at 04:10:01PM -0400, Chris Pratt wrote:
What I could really use is a logger that has the ability to read and forward to syslog the existing timestamp...
Take a look at relogger.pl in the syslog-ng source directory. It will be much more efficient than calling the "logger" command and might be able to keep up with your traffic. Failing that, you could hack the Perl Sys::Syslog.pm module to allow you to specify the timestamp. Or ask the current maintainer, maybe he'll be in a good mood and do it for you.