k8s-logger v1.3
Changes
- If started with
-cand FIFO already exists, it is first removed - If started with
-cthe 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