Skip to content

Instantly share code, notes, and snippets.

@samuelsimoes
Created May 3, 2014 22:10
Show Gist options
  • Save samuelsimoes/11506951 to your computer and use it in GitHub Desktop.
Save samuelsimoes/11506951 to your computer and use it in GitHub Desktop.
/Users/samuelsimoes/code/*/log/*.log {
missingok
rotate 0
size 3M
create
}
@infoslack
Copy link

/Users/samuelsimoes/code/*/log/*.log {
    daily
    rotate 7
    copytruncate
    delaycompress
    compress
    notifempty
    missingok
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment