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
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
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