On a CentOS 7.8 server, I have a homegrown script that, among other things, starts another program whose output log I need to manage. I would like to use s6-log
or multilog
or tinylog
or similar logging program, but cannot seem to find a distribution in the standard CentOS 7.8 or EPEL repositories. A yum search
for any of them, or for the parent packages such as daemontools
or perp
or s6
or similar turns up empty.
Where does one find them? Or is it necessary to build from sources?
I don't need a particular one, just any robust piped logging tool that handles log rotation for output produced by a program or shell script. It can be one of the ones above or a similar one. I'm puzzled that none of them seem to be easily found, which makes me think I'm looking for the wrong thing or doing something dumb ...
0 Answers