logrotate / 1.0.0
| Short description: | Log rotation library | |||||
|---|---|---|---|---|---|---|
| Category: | Library/debugging/logging | |||||
| Status: | stable | |||||
| Created: | 2008-07-30 16:17:59 GMT | |||||
| Last update: | 2008-07-30 16:17:59 GMT | |||||
| Owner: | Designing Patterns (Projects of this owner) | |||||
| Homepage: | http://logrotate.rubyforge.org | |||||
| Download: | http://rubyforge.org/frs/?group_id=6494 | |||||
| License: | BSD | |||||
| Dependency: |
|
|||||
| Description: | This package is a library of methods that perform log rotation. The log rotate methods allow the caller to specify options (via parameters) such as how many rotated files to keep, what type of extension to place on the rotated file (date or a simple count), and whether to zip the rotated files. Live log files (currently being written to by a live process) can be rotated as well. The post_rotate option is useful in that context, as it can be used to send a HUP signal to notify the live process to reopen its log file.
|
|||||