podman/docs/source/markdown/options/follow.md

12 lines
474 B
Markdown

####> This option file is used in:
####> podman logs, pod logs
####> If you edit this file, make sure your changes
####> are applicable to all of those.
#### **--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.