syslog

Is there a way to configure the syslog daemon so that it includes the year
in the message timestamp?

Larry

On 21/06/2007 12:57 PM, Lawrence R. Sweet wrote:

Is there a way to configure the syslog daemon so that it includes the year
in the message timestamp?

No. We only copy 15 characters from ctime() + 4 (the +4 gets rid of the
weekday at the beginning).


Ryan J. Allen
QNX Software Systems

Thanks Ryan.

“Ryan J. Allen” <ryallen@qnx.com> wrote in message
news:f5eg0d$97d$1@inn.qnx.com

On 21/06/2007 12:57 PM, Lawrence R. Sweet wrote:
Is there a way to configure the syslog daemon so that it includes the
year in the message timestamp?

No. We only copy 15 characters from ctime() + 4 (the +4 gets rid of the
weekday at the beginning).


Ryan J. Allen
QNX Software Systems