podman logs often cannot use --tail due to some parsing issue #7230
Labels
kind/bug
Categorizes issue or PR as related to a bug.
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 bug
Description
When I try to look at the logs of a running container using --tail, I often get back some error about having trouble parsing the log.
Steps to reproduce the issue:
I have a running mariadb container
If I issue the following (at the moment):
I get:
I get:
The 11th line back if I just do
podman logs mariadb
is:Describe the results you received:
Describe the results you expected:
No errors and just the logs to be output showing the number of lines specified.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
Fedora CoreOS
The text was updated successfully, but these errors were encountered: