diff options
author | Tomasz Torcz <tomek@pipebreaker.pl> | 2013-07-18 10:21:45 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-18 15:58:49 +0200 |
commit | 44bc6e1fe0171af19451b5586f7fdd08853ccf5b (patch) | |
tree | a4e8dbd6aafce351a3d428bf9156cc833f39f281 /man | |
parent | 884c86812c51479496edd50b278383d7bb67baf0 (diff) |
journalctl: add ”short-iso” output format with verbose ISO8601 timestamps
Example:
2013-07-18T10:10:01+0200 sandworm CROND[20957]: (root) CMD (/usr/lib64/sa/sa1 1 1)
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 65a59ea4e7..da43bf2879 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -266,6 +266,18 @@ <varlistentry> <term> + <option>short-iso</option> + </term> + <listitem> + <para>is very similar + but shows ISO 8601 + wallclock timestamps. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> <option>verbose</option> </term> <listitem> |