newsyslog is a faithful Perl rewrite of the MIT newsyslog utility, with a number of features taken from the FreeBSD and NetBSD variants of newsyslog. It archives log files based on size, date or interval, and can optionally compress archives with gzip or bzip2. Complete documentation is available via "perldoc newsyslog.pl".
| Tags | Utilities Systems Administration Logging Archiving Internet Log Analysis |
|---|---|
| Licenses | MIT/X BSD Original |
| Operating Systems | Unix |
| Implementation | Perl |
Recent releases


Changes: This release focused on adding the ability to truncate logs in place for daemons that can't be sent a signal and/or don't deal well with logs being changed from under them. Also included in this release was a minor fix for an edge case were a first historical log file was not being compressed if newsyslog was not run by the superuser. The debug output was enhanced, and minor changes were made to the comments and documentation.


Changes: This version fixes a minor bug that caused logs to be archived incorrectly if run more than once in an hour. It also tidies up the documentation and copyright statements.


Changes: Minor fixes.