blob: 75b65cf49ff6b66f1591590aa4081042ea992ce3 (
plain)
1
2
3
4
5
6
7
|
#### **--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.
|