cookbook 'log_rotations', '= 0.0.1'
log_rotations (2) Versions 0.0.1 Follow2
Rotates logs
cookbook 'log_rotations', '= 0.0.1', :supermarket
knife supermarket install log_rotations
knife supermarket download log_rotations
LogRotations
This cookbook provides an extremely simple way to create log rotations via
attributes. It depends on the logrotate cookbook. Simple example:
override_attributes( :log_rotations => [ {:name => 'chef-client', :path => '/var/log/chef/client.log'}, {:name => 'nginx', :path => '/var/log/nginx/access.log', :frequency => 'daily'} ] )
Useful keys within the hash:
- name - required
- path - required
- frequency - defaults to 'weekly'
- rotate - defaults to 30
- create - defaults to '644 root root'
Cookbook Info
Repo: https://github.com/chrisroberts/cookbook-log_rotations
Dependent cookbooks
logrotate >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.