Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Created February 28, 2020 21:55
Show Gist options
  • Save wshihadeh/38e4f1cd8cc63a5a9cc268954e7620f9 to your computer and use it in GitHub Desktop.
Save wshihadeh/38e4f1cd8cc63a5a9cc268954e7620f9 to your computer and use it in GitHub Desktop.
Log rotate
/var/lib/docker/containers/*/*.log {
copytruncate
compress
dateext
daily
dateformat -%Y%m%d%H%s
maxsize 350M
missingok
olddir /var/log/docker
sharedscripts
lastaction
/var/log/docker/logs_rename /var/log/docker logs
endscript
rotate 30
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment