summaryrefslogtreecommitdiff
path: root/www/cronolog/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-06-10Update to 1.6.2, from Hiramatsu Yoshifumi in PR 21465.wiz2-26/+0
Changes: This version has three new options. -P NAME, --prev-symlink=NAME maintain a symbolic link from NAME to previous log -p PERIOD, --period=PERIOD set the rotation period explicitly -d DELAY, --delay=DELAY set the rotation period delay
2001-11-14Set the timezone - taken from PR 14581, from Dave Huang <khym@azeotrope.org>agc1-0/+14
2001-04-01Initial import of cronolog-1.6.1zuntum1-0/+12
"cronolog" is 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). "cronolog" is intended to be used in conjunction with a Web server, such as Apache to split the access log into daily or monthly logs.