diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2020-01-27 15:36:41 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-01-29 13:56:36 +0100 |
commit | eb7f9acda147543079f261753a11d2afa340fc5e (patch) | |
tree | cc9aefc903421664a3261a8c3d7fd6c405e8c414 /util-linux/last.c | |
parent | 020abc8856f94d6e355f4daa972ac75fb05ae113 (diff) | |
download | busybox-eb7f9acda147543079f261753a11d2afa340fc5e.tar.gz |
syslogd: add config option to include milliseconds in timestamps
For some use cases, having logs with more than 1 second accuracy can be
helpful. Add an option to include milliseconds when adding a timestamp in
HH:MM:SS.mmm format, similar to syslog-ng with fraq_digits(3) or journalctl
-o short-precise.
For simplicity, abuse the remaining space in the buffer used by ctime to add
the millieconds (overwriting year).
function old new delta
timestamp_and_log 401 448 +47
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/last.c')
0 files changed, 0 insertions, 0 deletions