/etc/logrotate.d/redis - Alpine Linux v3

This is the default example configuration of redis provided by Redis. This config file was generated by Redis running on Alpine 3.

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

    /var/log/redis/*.log {
   notifempty
   missingok
}

    
  

Config Details

Location
/etc/logrotate.d/redis
Operating system
Alpine Linux v3
Length
4 lines
MD5 checksum
405016645cf56e005c37492d172a0a3e

Usage

Download the raw file with wget or curl

Wget

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

cURL

curl http://exampleconfig.com/static/raw/redis/alpine3/etc/logrotate.d/redis > redis.example