You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 109a3c2dd3 Added sim_txs draft 9 years ago
..
README.md Added logjack for splitting up the tendermint log file 9 years ago
main.go Added sim_txs draft 9 years ago

README.md

A custom version of logrotate that doesn't rely on sudo access to /etc/logrotate.d.

This will be the second process aside from "tendermint" managed by "debora/barak".

logjack -chopSize="10M" -limitSize="1G" $HOME/.tendermint/logs/tendermint.log

The above example chops the log file and moves it, e.g. to $HOME/.tendermint/logs/tendermint.log.000, when the base file (tendermint.log) exceeds 10M in size. If the total size of tendermint.log.XXX exceeds 1G in size, the older files are removed.