Skip to content

Instantly share code, notes, and snippets.

@tdm00
Created March 13, 2013 12:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdm00/5151726 to your computer and use it in GitHub Desktop.
Save tdm00/5151726 to your computer and use it in GitHub Desktop.
gitlab logrotate config
# Place this file in /etc/logrotate.d/gitlab
/home/gitlab/gitlab/log/*.log {
daily
rotate 52
missingok
delaycompress
compress
copytruncate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment