Skip to content

Commit 819e4cd

Browse files
committed
test: update log level in node docker test
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent cc2b0a4 commit 819e4cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL authors="Selenium <[email protected]>"
55
ARG VERSION
66
ARG RELEASE=selenium-${VERSION}
77
# Default value should be aligned with upstream Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/java/maven_deps.bzl)
8-
ARG OPENTELEMETRY_VERSION=1.35.0
9-
ARG GRPC_VERSION=1.61.1
8+
ARG OPENTELEMETRY_VERSION=1.36.0
9+
ARG GRPC_VERSION=1.62.2
1010

1111
#Arguments to define the user running Selenium
1212
ARG SEL_USER=seluser

tests/docker-compose-v3-test-node-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- SE_EVENT_BUS_PUBLISH_PORT=4442
1414
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
1515
- SE_NODE_ENABLE_MANAGED_DOWNLOADS=true
16-
- SE_LOG_LEVEL=${LOG_LEVEL}
16+
- SE_LOG_LEVEL=FINE
1717

1818
selenium-hub:
1919
image: ${NAMESPACE}/hub:${TAG}

0 commit comments

Comments
 (0)