hallo,
i have a curious problem with timestamps in my logfile like syslog. it shows the seconds passed since... i think since 1. jan 1970. but i'd like to have it in a normal format, like date/daytime. but i didn't found a solution for this problem.
the red colored parts disturb me.
for example look at the dmesg output
Code:
[17189629.692000] end_request: I/O error, dev hdd, sector 504
[17189629.696000] hdd: tray open
[17189629.696000] end_request: I/O error, dev hdd, sector 508
and the syslog output
Code:
Mar 31 13:19:51 psymchn kernel: [17189629.692000] end_request: I/O error, dev hdd, sector 504
Mar 31 13:19:51 psymchn kernel: [17189629.696000] hdd: tray open
Mar 31 13:19:51 psymchn kernel: [17189629.696000] end_request: I/O error, dev hdd, sector 508