cronolog

Logfile rotator for web servers

Description

A simple program that reads log messages from its input and writes them to a set of output files, the names of which are constructed using template and the current date and time. The template uses the same format specifiers as the Unix date command (which are the same as the standard C strftime library function).

It intended to be used in conjunction with a Web server, such as Apache, to split the access log into daily or monthly logs:

  TransferLog "|/usr/bin/cronolog /var/log/apache/%Y/access.%Y.%m.%d.log"

A cronosplit script is also included, to convert existing traditionally-rotated logs into this rotation format.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://www.cronolog.org/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install cronolog