Commit b2047ad4 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38608 from wojtek-t/logrotate_in_kubemark

Automatic merge from submit-queue Increase single logfile size in kubemark
parents 5b37bcc3 94394535
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment