Skip to content

Commit a6ce549

Browse files
authored
add log caps for data proc cluster app proxy agent (#174)
BENCH-5823
1 parent bb302c0 commit a6ce549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

startupscript/dataproc/startup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,8 @@ fi
910910
docker start "proxy-agent" 2>/dev/null \
911911
|| docker run \
912912
--detach \
913+
--log-opt max-size=10m \
914+
--log-opt max-file=3 \
913915
--name "proxy-agent" \
914916
--restart=unless-stopped \
915917
--net=host "${PROXY_AGENT_IMAGE}" \

0 commit comments

Comments
 (0)