Files
2024-02-25 19:49:27 +01:00

14 lines
441 B
Plaintext

config BR2_PACKAGE_K8S_LOGGER
bool "k8s-logger"
depends on BR2_PACKAGE_PODMAN
depends on BR2_PACKAGE_SYSKLOGD
select BR2_PACKAGE_LIBITE
help
Reads k8s-file style logs written to a fifo (mkfifo) by by podman
and forwards them, line by assembled line, to syslog.
Infix requires use of sysklogd to enable the syslogp() API so that
k8s-logger also includes the container's main PID.
https://github.com/kernelkit/k8s-logger