Merge pull request #38608 from wojtek-t/logrotate_in_kubemark

Automatic merge from submit-queue

Increase single logfile size in kubemark
This commit is contained in:
Kubernetes Submit Queue 2016-12-12 03:50:07 -08:00 committed by GitHub
commit b2047ad4a5

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