mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
11 lines
531 B
Markdown
11 lines
531 B
Markdown
####> This option file is used in:
|
|
####> podman logs, pod logs
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--until**=*TIMESTAMP*
|
|
|
|
Show logs until TIMESTAMP. The --until 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.
|