Increase single logfile size in kubemark

This commit is contained in:
Wojciech Tyczynski 2016-12-12 11:18:20 +01:00
parent 5b37bcc3f3
commit 9439453527

View File

@ -24,6 +24,7 @@ function write_supervisor_conf() {
command=${exec_command}
stderr_logfile=/var/log/${name}.log
stdout_logfile=/var/log/${name}.log
logfile_maxbytes=500MB
autorestart=true
startretries=1000000
EOF