/etc/logrotate.d/redis-server - Debian GNU/Linux 8 (jessie)

This is the default example configuration of redis-server provided by Redis. This config file was generated by Redis running on Debian 8.

It is located under: /etc/logrotate.d/redis-server

    /var/log/redis/*.log {
        weekly
        missingok
        rotate 12
        compress
        notifempty
}

    
  

Config Details

Location
/etc/logrotate.d/redis-server
Operating system
Debian GNU/Linux 8 (jessie)
Length
7 lines
MD5 checksum
049ef95d94e782f9edcb67ad2d55aebe

Usage

Download the raw file with wget or curl

Wget

wget -O redis-server.example http://exampleconfig.com/static/raw/redis/debian8/etc/logrotate.d/redis-server

cURL

curl http://exampleconfig.com/static/raw/redis/debian8/etc/logrotate.d/redis-server > redis-server.example