/etc/logrotate.d/redis-server - Debian GNU/Linux 9 (stretch)

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

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

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

    
  

Config Details

Location
/etc/logrotate.d/redis-server
Operating system
Debian GNU/Linux 9 (stretch)
Length
7 lines
MD5 checksum
f4b38d0bd720dea3edc8b96b8502447d

Usage

Download the raw file with wget or curl

Wget

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

cURL

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