Skip to content

The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files.

License

Notifications You must be signed in to change notification settings

logrotate/logrotate

Folders and files

NameName
Last commit message
Last commit date
Apr 15, 2025
Feb 6, 2018
Mar 15, 2024
Apr 15, 2025
Sep 23, 2016
Jun 7, 2024
Sep 23, 2022
Jul 20, 2023
Apr 16, 2017
Nov 5, 2024
Aug 3, 2016
Feb 6, 2018
Mar 30, 2020
Mar 31, 2020
Nov 5, 2024
Nov 19, 2019
May 27, 2025
Jan 5, 2024
Jun 2, 2022
Jun 2, 2022
May 27, 2025
Apr 15, 2025
Sep 25, 2009
Apr 15, 2025
May 24, 2022
Aug 30, 2021
Jul 20, 2023

Repository files navigation

logrotate

The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file hourly, daily, weekly, monthly, when time in minutes has elapsed or when the log file gets to a certain size.

Download

The latest release is:

Previous releases:

Git checkout

You can also obtain code by using git checkout:

git clone https://github.com/logrotate/logrotate.git -b main

Replace main with branch or tag you intend to checkout

Verify and unpack

After downloading the tarball and .asc signature file, check the signature:

Get Christian's PGP key rsa4096/C78CE737A3C3E28E (almost any keyserver will do if pgp.mit.edu is temporarily unavailable):

$ gpg --keyserver pgp.mit.edu --recv-key 8ECCDF12100AD84DA2EE7EBFC78CE737A3C3E28E

Older releases are signed with Kamil's PGP key rsa4096/72A37B36

$ gpg --keyserver pgp.mit.edu --recv-key 992A96E075056E79CD8214F9873DB37572A37B36

and verify the PGP signature on the distribution tarball:

$ gpg --verify logrotate-3.22.0.tar.xz.asc logrotate-3.22.0.tar.xz

If successful your GPG output should look like this:

gpg: Signature made Sat 01 Jun 2024 05:41:38 PM CEST
gpg:                using RSA key 8ECCDF12100AD84DA2EE7EBFC78CE737A3C3E28E
gpg: Good signature from "Christian Göttsche <cgzones@googlemail.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 8ECC DF12 100A D84D A2EE  7EBF C78C E737 A3C3 E28E

You may then unpack the tarball:

$ tar -xJf logrotate-3.22.0.tar.xz

Notice that git tags are signed with same key:

$ git tag --verify 3.22.0

Compiling

Obtain source either by Downloading it or doing Git checkout.

Install dependencies for Debian systems:

apt-get update
apt-get install autoconf automake libpopt-dev libtool make xz-utils

Install dependencies for Fedora/CentOS systems:

yum install autoconf automake libtool make popt-devel xz

Compilation (autoreconf is optional if you obtained source from tarball):

cd logrotate-X.Y.Z
autoreconf -fiv
./configure
make

Patches and Questions

Open issues or pull requests on GitHub.

More details in CONTRIBUTING.md file for pull requests.

About

The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published