Tool for controlling logs reopening. Used for log rotation which untied from system environment (syslog/journald/etc).
- pass log streams through worker instances to files
- rotate files by removing/moving files, then send
SIGUSR2
signal to allinslogrotator
processes.
- passes all incoming stdin to file, provided in commandline.
- if got SIGUSR2 signal, just reopen file and continues to pass incoming stream