System logs are akin to a continuous, detailed journal that records events and activities happening within a computer system. These logs are pivotal for diagnosing problems, understanding user ...
Auditd's own log rotation is pretty broken. It can only rotate by size (and not time) and does not do compression. I am trying to beat it into submission, aka get it to work with logrotate. First I do ...