-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
What happened?
For my Hub and Nodes I set the environment variable for logging as follows:
SE_OPTS=--log-level CONFIG
But if I look in the logs for the nodes/hub then I see:
2025-04-08 17:00:46,956 INFO success: selenium-grid-hub entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
Appending Selenium options: --log-level CONFIG
Appending Selenium option: --port 4444
Selenium option: --log-level already set in env variable SE_OPTS. Ignore new option: --log-level INFOWhere is this INFO log level coming from? Pretty sure its not me setting it. If it's not me who has set it why is it mentioning it?
Command used to start Selenium Grid with Docker (or Kubernetes)
N/ARelevant log output
N/AOperating System
Ubuntu 20.04
Docker Selenium version (image tag)
4.31.0-20250404
Selenium Grid chart version (chart version)
No response