-
I have several dozen pods running at any given time. As my usage has grown, I've noticed that the usability of There's several solution to this for docker, but they don't translate well to podman. How can I manually flush logs in podman, either totally or on a per container basis? Has anyone figured this out? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
What log driver are you using? I would figure journald would not have this issue. You can also turn off logging, for containers/pods that you don't want the logs for. |
Beta Was this translation helpful? Give feedback.
-
Hey @rhatdan, I haven't set any other log driver, so I'm assuming it'd just be It would appear it's
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Actually, turns out I made a mistake somewhere. I recently did a Fedora Server upgrade, which is around where the problem started. During the upgrade, it would seem like |
Beta Was this translation helpful? Give feedback.
-
If you want to customize containers.conf system wide, you should do it in /etc/containers/containers.conf |
Beta Was this translation helpful? Give feedback.
Actually, turns out I made a mistake somewhere. I recently did a Fedora Server upgrade, which is around where the problem started.
During the upgrade, it would seem like
/usr/share/containers/containers.conf
was reset to it's default value. Not ideal, but that would explain why this suddenly started happening.