Skip to content

Instantly share code, notes, and snippets.

@RecNes
Created October 26, 2017 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RecNes/7f268a5d628d2275b770f590030b1fee to your computer and use it in GitHub Desktop.
Save RecNes/7f268a5d628d2275b770f590030b1fee to your computer and use it in GitHub Desktop.
Logrotate configuration for multiple folders with same log folder. It applies to log files which are created by unstoppable services.
/var/www/*/*/logs/*.log
{
olddir old_logs
daily
rotate 365
dateext
nocreate
copytruncate
missingok
delaycompress
compress
maxage 365
ifempty
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment