Skip to content

Instantly share code, notes, and snippets.

@fxposter
Created October 20, 2015 12:03
Show Gist options
  • Save fxposter/5338807f96a14f3babeb to your computer and use it in GitHub Desktop.
Save fxposter/5338807f96a14f3babeb to your computer and use it in GitHub Desktop.
Docker logrotate in chef recipe
logrotate_app 'docker' do
path ['/var/lib/docker/containers/*/*.log', '/var/log/docker.log']
rotate 30
frequency 'daily'
options %w[notifempty missingok compress delaycompress copytruncate]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment