Skip to content

Instantly share code, notes, and snippets.

@xlbruce
Created July 7, 2019 01:15
Show Gist options
  • Save xlbruce/740b03d3e9a8f8e4cf4b24c123a04874 to your computer and use it in GitHub Desktop.
Save xlbruce/740b03d3e9a8f8e4cf4b24c123a04874 to your computer and use it in GitHub Desktop.
logrotate example
/var/log/app.log {
rotate 30
daily
missingok
compress
delaycompress
dateext
olddir /var/log/app
dateformat .%Y-%m-%d
postrotate
echo Run commands...
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment