Skip to content

Commit e6a7076

Browse files
committed
Use 0 as default vsock log level
1 parent b6656db commit e6a7076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aws/eks-pod/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function setup_vsockproxy() {
2828
VSOCK_PROXY=${VSOCK_PROXY:-/home/vsockpx}
2929
VSOCK_CONFIG=${VSOCK_CONFIG:-/home/proxies.host.yaml}
3030
VSOCK_THREADS=${VSOCK_THREADS:-$(( ( $(nproc) + 1 ) / 2 )) }
31-
VSOCK_LOG_LEVEL=${VSOCK_LOG_LEVEL:-3}
31+
VSOCK_LOG_LEVEL=${VSOCK_LOG_LEVEL:-0}
3232
echo "starting vsock proxy at $VSOCK_PROXY with $VSOCK_THREADS worker threads..."
3333
$VSOCK_PROXY -c $VSOCK_CONFIG --workers $VSOCK_THREADS --log-level $VSOCK_LOG_LEVEL --daemon
3434
echo "vsock proxy now running in background."

0 commit comments

Comments
 (0)