k8s-logger v1.3
Changes
- If started with
-c
and FIFO already exists, it is first removed - If started with
-c
the FIFO is removed at program exit
Fixes
- Change from blocking
fgets()
topoll()
to respond to signals.
This means releases prior to this did not exit on SIGTERM