Paketname | cronolog |
Beschreibung | Logfile rotator for web servers |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.6.2-5.3 |
Sektion | web |
Priorität | optional |
Installierte Größe | 120 Byte |
Hängt ab von | libc6 (>= 2.3.6-6), perl |
Empfohlene Pakete | |
Paketbetreuer | Joel Baker |
Quelle | |
Paketgröße | 28084 Byte |
Prüfsumme MD5 | 4c3ceef5861d285d6c55001c554f1a8e |
Prüfsumme SHA1 | b436b3057679e6f4105093c470ede1cb74b52553 |
Prüfsumme SHA256 | 2c968f6a8ec56fd3b288e3e7c69b44481273f0b70daa3159c0041a3b71438f99 |
Link zum Herunterladen | cronolog_1.6.2-5.3_i386.deb |
Ausführliche Beschreibung | 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.
|