Skip to content

Commit

Permalink
Update sample-logrotate.conf to match other samples; And use copytrun…
Browse files Browse the repository at this point in the history
…cate instead
  • Loading branch information
Krinkle committed Oct 30, 2012
1 parent 4466c99 commit d268260
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sample-logrotate.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/srv/swarm.example.org/log/testswarm-browserstack/*.log {
weekly
missingok
rotate 5
size 100M
/var/log/testswarm-browserstack/*.log {
compress
copytruncate
delaycompress
missingok
notifempty
create
rotate 5
size 100M
weekly
}

0 comments on commit d268260

Please sign in to comment.