Merge pull request #892 from naconner/blockchain-logs
fix: limit blockchain log backups
This commit is contained in:
commit
c1c41a6fa6
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ autostart=true
|
|||
autorestart=true
|
||||
stderr_logfile=/var/log/supervisor/${blockchain}.err.log
|
||||
stdout_logfile=/var/log/supervisor/${blockchain}.out.log
|
||||
stderr_logfile_backups=2
|
||||
stdout_logfile_backups=2
|
||||
environment=HOME="/root"
|
||||
`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue