diff options
author | Ed Santiago <santiago@redhat.com> | 2022-08-24 17:38:05 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-08-24 17:48:02 -0600 |
commit | 0ff0fde49e8d31b4fb9882dc12e1c17e6a641512 (patch) | |
tree | 37e497631f7391e0d6dc0303e936514f72f3b678 /docs/source/markdown/options/since.md | |
parent | 9a83fe33b5c93eff0e65064cc45158d8d0f6ea0d (diff) | |
download | podman-0ff0fde49e8d31b4fb9882dc12e1c17e6a641512.tar.gz podman-0ff0fde49e8d31b4fb9882dc12e1c17e6a641512.tar.bz2 podman-0ff0fde49e8d31b4fb9882dc12e1c17e6a641512.zip |
Man pages: refactor common options: log-related options
podman-logs and podman-pod-logs. Most of these were already
identical, needing no review. Exceptions:
--follow : needed some container/pod tweaking. This is the
only one that really needs careful review.
--names : I went with the longer version
Note that podman-events has --since and --until options too, but
those are too different to be combined here.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/options/since.md')
-rw-r--r-- | docs/source/markdown/options/since.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/options/since.md b/docs/source/markdown/options/since.md new file mode 100644 index 000000000..9f20722df --- /dev/null +++ b/docs/source/markdown/options/since.md @@ -0,0 +1,6 @@ +#### **--since**=*TIMESTAMP* + +Show logs since TIMESTAMP. The --since option can be Unix timestamps, date formatted timestamps, or Go duration +strings (e.g. 10m, 1h30m) computed relative to the client machine's time. Supported formats for date formatted +time stamps include RFC3339Nano, RFC3339, 2006-01-02T15:04:05, 2006-01-02T15:04:05.999999999, 2006-01-02Z07:00, +and 2006-01-02. |