-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛 Bug]: selenium-server v4.28.0 writes log on stdout instead of dedicated log file #15176
Comments
@zefkide, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
Thank you for sharing the details. I was able to reproduce it. It was caused by the changes made as part of 16b0074. I am identifying the right solution to fix it. |
…properties are not set Fixes SeleniumHQ#14160 and SeleniumHQ#15176
This issue can be closed as #15197 has been merged which has the fix for this. |
What happened?
Hello
I'm running selenium grid in hub and nodes architecture. Configuration is in toml files. Logging section is (pretty standard) :
When I start the hub or a node with the jar v4.27 the output goes to log file /var/log/selenium/sel4hub.log but when I use version v28 the output goes to stdout and nothing is wrote in the log file.
HUB : java -jar selenium-server-4.28.0.jar hub --config config.toml
NODE : java -jar selenium-server-4.28.0.jar node --config config.toml
java -version
openjdk version "17.0.13" 2024-10-15 LTS
Best regards,
Marius
How can we reproduce the issue?
Relevant log output
Operating System
RH9
Selenium version
4.28.0
What are the browser(s) and version(s) where you see this issue?
chrome 132.0.6834.110
What are the browser driver(s) and version(s) where you see this issue?
132.0.6834.110
Are you using Selenium Grid?
4.28.0
The text was updated successfully, but these errors were encountered: