mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
14 lines
441 B
Plaintext
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
|