support logs -f without printing any line #4396
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind feature
Description
I'd like to be able to use "podman logs -f` and not print any existing log line. I want to follow only the new output.
It is not currently possible as
podman logs -fl --tail 0
defaults to print all lines.Should we change the type to Int64 and use
-1
as default, or rather change the default tomath.MaxUint64
?The text was updated successfully, but these errors were encountered: