Skip to content

Instantly share code, notes, and snippets.

@maxd
Created March 14, 2015 08:32
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 maxd/51422635838e23ebf277 to your computer and use it in GitHub Desktop.
Save maxd/51422635838e23ebf277 to your computer and use it in GitHub Desktop.
Logrotate config
/apps/*/current/log/*.log {
daily
missingok
rotate 14
compress
delaycompress
notifempty
copytruncate
create 640 deployer deployer
su deployer deployer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment