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