mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 02:15:41 +00:00
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>
319 B
319 B
--follow, -f
Follow log output. Default is false.
Note: If you are following a <<container|pod>> which is removed by podman <<container|pod>> rm
or removed on exit (podman run --rm ...), then there is a chance that the log
file will be removed before podman<< pod|>> logs reads the final content.