Browse Source

remove logrotate.config

pull/484/head
Ethan Buchman 8 years ago
parent
commit
56a1a2d917
1 changed files with 0 additions and 22 deletions
  1. +0
    -22
      config/tendermint/logrotate.config

+ 0
- 22
config/tendermint/logrotate.config View File

@ -1,22 +0,0 @@
// If you wanted to use logrotate, I suppose this might be the config you want.
// Instead, I'll just write our own, that way we don't need sudo to install.
$HOME/.tendermint/logs/tendermint.log {
missingok
notifempty
rotate 12
daily
size 10M
compress
delaycompress
}
$HOME/.barak/logs/barak.log {
missingok
notifempty
rotate 12
weekly
size 10M
compress
delaycompress
}

Loading…
Cancel
Save