podman pod logs enhancements: option to display names #13261
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
the ability for
podman pod logs -f
toSteps to reproduce the issue:
and then on another screen
Describe the results you received:
loop3
is not followedpodman pod logs --tail=100 -f pod_testlogs
afterpodman pod create --name=pod_testlogs
Describe the results you expected:
loop3
should be followedpodman pod logs --tail=100 -f pod_testlogs
afterpodman pod create --name=pod_testlogs
The text was updated successfully, but these errors were encountered: