podman logging trace level request logs when log-level set to warn #12181
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
we are running podman with the default logging level, which should be "warn" according to the documentation. we even tried setting log-level=error, but the same behaviour was observed: since upgrading to 3.4.1 (and same with 3.4.0) we receive a vast amount of request logging. The request log lines look like they should be seen only on TRACE level (according to this commit): deaf969
Steps to reproduce the issue:
run podman service with --log-level=error or (warn)
fetch endpoint
GET /v1.0.0/libpod/info
check logs
Describe the results you received:
even on log-level=warn and log-level=error we received log messages that are intedened for log-level=trace
Describe the results you expected:
expected to not receive request logging on log-level=warn
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
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
We use CoreOS to run the containers.
The text was updated successfully, but these errors were encountered: