Re: syslogd kernel timestamp

2021-03-21 Thread Scott Cheloha
On Thu, Mar 18, 2021 at 05:57:45PM +0100, Alexander Bluhm wrote: > Hi, > > Since we stash log messages in the kernel, the timestamps added by > syslogd are delayed. The kernel could add the timestamp when it > receives the message by sendsyslog(2). This is more precise and > can be expressed by

Re: syslogd kernel timestamp

2021-03-21 Thread Visa Hankala
On Thu, Mar 18, 2021 at 05:57:45PM +0100, Alexander Bluhm wrote: > Since we stash log messages in the kernel, the timestamps added by > syslogd are delayed. The kernel could add the timestamp when it > receives the message by sendsyslog(2). This is more precise and > can be expressed by more digi

syslogd kernel timestamp

2021-03-18 Thread Alexander Bluhm
Hi, Since we stash log messages in the kernel, the timestamps added by syslogd are delayed. The kernel could add the timestamp when it receives the message by sendsyslog(2). This is more precise and can be expressed by more digits in the ISO timestamp. I have to copyin(9) at the beginning of se