Ansible role that will install (& uninstall), configure and runs Besu: an enterprise Java Ethereum Client
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.
ansible-role-besu/templates/logrotate/besu

9 lines
119 B

/var/log/besu/*.log {
rotate 14
notifempty
missingok
size 25M
daily
copytruncate
compress
}