diff options
Diffstat (limited to 'docs/podman-logs.1.md')
-rw-r--r-- | docs/podman-logs.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-logs.1.md b/docs/podman-logs.1.md index ce5d890ce..6d5be373b 100644 --- a/docs/podman-logs.1.md +++ b/docs/podman-logs.1.md @@ -23,6 +23,8 @@ Note: If you are following a container which is removed `podman container rm` or removed on exit `podman run --rm ...`, then there is a chance the the log file will be removed before `podman logs` reads the final content. +Also note: **--follow** is not currently supported when the container's log driver is journald + **--latest, -l** Instead of providing the container name or ID, use the last created container. If you use methods other than Podman |