How to debug libpod #18935
-
I can print detailed logs of the podman client by using |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Thanks for reaching out, @BlackHole1. By default, the server is running via the socket-activated |
Beta Was this translation helpful? Give feedback.
-
Hey @vrothberg 👋. Sorry to bother you again 🙇♂️. I am currently making modifications to the code related to |
Beta Was this translation helpful? Give feedback.
-
The full podman executable can only be built on Linux and FreeBSD. Podman-remote is what we build for non UNIX platforms. |
Beta Was this translation helpful? Give feedback.
Thanks for reaching out, @BlackHole1.
By default, the server is running via the socket-activated
podman.service
systemd service and runs with--log-level=info
. If you want to see debug logs you could do asudo systemctl edit podman.service
and edit specific line setting the log level. Alternatively, you can spin up a server on your own viapodman --log-level=debug system service -t0
.