[systemd-devel] [PATCH] journalctl: add ”short-iso” output format with verbose ISO8601 timestamps

2013-07-18 Thread Tomasz Torcz
Example: 2013-07-18T10:10:01+0200 sandworm CROND[20957]: (root) CMD (/usr/lib64/sa/sa1 1 1) --- man/journalctl.xml | 12 src/journal/journalctl.c | 2 +- src/shared/logs-show.c | 10 +- src/shared/output-mode.h | 1 + 4 files changed, 23 insertions(+), 2

Re: [systemd-devel] [PATCH] journalctl: add ”short-iso” output format with verbose ISO8601 timestamps

2013-07-18 Thread Lennart Poettering
On Thu, 18.07.13 10:21, Tomasz Torcz (to...@pipebreaker.pl) wrote: Example: 2013-07-18T10:10:01+0200 sandworm CROND[20957]: (root) CMD (/usr/lib64/sa/sa1 1 1) Applied! Thanks! (Made some minor changes though: dropped tabs, and removed a gcc warning by changing the strftime() invocation to