You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to lack of syslog support in Podman, containers in Infix log to syslogd using a helper program called k8s-logger.
This helper requires containers to log to a fifo before it converts the k8s log format to syslog() calls.
To reduce complexity of the overall container support in Infix this should be refactored to use the journald backend of Podman and add journald logging support to sysklogd.
The text was updated successfully, but these errors were encountered:
Since `conmon` only logs the output from the monitored container's
`stdout`/`stderr`, we might as well get rid of `k8s-logger`, and let
the output pass through to finit, which will then pipe the messages to
syslog.
Fix#836
Due to lack of syslog support in Podman, containers in Infix log to syslogd using a helper program called k8s-logger.
This helper requires containers to log to a fifo before it converts the k8s log format to
syslog()
calls.To reduce complexity of the overall container support in Infix this should be refactored to use the journald backend of Podman and add journald logging support to
sysklogd
.The text was updated successfully, but these errors were encountered: