Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libpod: make conmon always log to syslog
Conmon very early dups the std streams with /dev/null, therefore all errors it reports go nowhere. When you run podman with debug level we set --syslog and we can see the error in the journal. This should be the default. We have a lot of weird failures in CI that could be caused by conmon and we have access to the journal in the cirrus tasks so that should make debugging much easier. Conmon still uses the same logging level as podman so it will not spam the journal and only log warning and errors by default. [NO NEW TESTS NEEDED] Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information