My syslog configuration (the default CentOS 5.3 configuration) writes out time stamps that look like
Jan 1 00:00:00 message
I would like the timestamp to contain the year. Preferably it would look like
2010-01-01 00:00:00.000000 message
Is there any way to configure syslog to do this?