Skip to content

Instantly share code, notes, and snippets.

@naokij
Created February 17, 2012 08:56
Show Gist options
  • Save naokij/1851995 to your computer and use it in GitHub Desktop.
Save naokij/1851995 to your computer and use it in GitHub Desktop.
/etc/logrotate.d/graylog2-server
/var/log/graylog2.log {
daily
rotate 90
copytruncate
delaycompress
compress
notifempty
missingok
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment