github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/follow.md (about) 1 ####> This option file is used in: 2 ####> podman logs, pod logs 3 ####> If file is edited, make sure the changes 4 ####> are applicable to all of those. 5 #### **--follow**, **-f** 6 7 Follow log output. Default is false. 8 9 Note: When following a <<container|pod>> which is removed by `podman <<container|pod>> rm` 10 or removed on exit (`podman run --rm ...`), there is a chance that the log 11 file is removed before `podman<< pod|>> logs` reads the final content.