Sha256: 1a9298136d9ecd0a41b2fbd0b1566dc5db215ee4977053430724c4773fce0094

Contents?: true

Size: 149 Bytes

Versions: 7

Compression:

Stored size: 149 Bytes

Contents

<%= fetch(:deploy_to) %>/shared/log/*.log {
  su deploy deploy
  maxsize 1G
  weekly
  missingok
  copytruncate
  rotate 5
  compress
  notifempty
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pixelforce_recipes-3.2 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-3.1 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-3.0 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-2.4 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-2.3 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-2.1 lib/pixelforce_recipes/templates/logrotate.erb
pixelforce_recipes-2.0 lib/pixelforce_recipes/templates/logrotate.erb