--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
Any updates on this? I would also like to turn off the logging I get to the Console by Selenium Server Standalone when running in grid mode.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/aWWJac5HzWoJ.
For more options, visit https://groups.google.com/groups/opt_out.
java.util.logging.config.file=
You can switch off, but nicer direct jul logging to log4j.
Now in log4j.xml you can filter on packages.
Same works for common logging too.
java -jar -Dselenium.LOGGER.level=WARNING /opt/selenium/selenium-server-standalone.jar