Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
test: update log level in node docker test
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
  • Loading branch information
VietND96 committed Mar 29, 2024
1 parent cc2b0a4 commit 819e4cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL authors="Selenium <selenium-developers@googlegroups.com>"
ARG VERSION
ARG RELEASE=selenium-${VERSION}
# Default value should be aligned with upstream Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/java/maven_deps.bzl)
ARG OPENTELEMETRY_VERSION=1.35.0
ARG GRPC_VERSION=1.61.1
ARG OPENTELEMETRY_VERSION=1.36.0
ARG GRPC_VERSION=1.62.2

#Arguments to define the user running Selenium
ARG SEL_USER=seluser
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-v3-test-node-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- SE_EVENT_BUS_PUBLISH_PORT=4442
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
- SE_NODE_ENABLE_MANAGED_DOWNLOADS=true
- SE_LOG_LEVEL=${LOG_LEVEL}
- SE_LOG_LEVEL=FINE

selenium-hub:
image: ${NAMESPACE}/hub:${TAG}
Expand Down

0 comments on commit 819e4cd

Please sign in to comment.