Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Last active February 28, 2020 22:05
Show Gist options
  • Save wshihadeh/fb66b9520b1ca92bf64bc163065237c1 to your computer and use it in GitHub Desktop.
Save wshihadeh/fb66b9520b1ca92bf64bc163065237c1 to your computer and use it in GitHub Desktop.
logrotate
/var/log/dockerlfs/*.log {
copytruncate
compress
dateext
size 20M
daily
dateformat -%Y%m%d%H%s
missingok
rotate 30
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment