Hi all,
I try to modify the log-behavior for my selenium nodes, because the nodes are quite chatty. Therefore I added
-Djava.util.logging.config.file=logging.properties when I start the node to be able to only see important messages. But this doesn't work. I see these annoying INFO-logs. Do I missing something? Should I use the jetty-logging instead of java.util?
I start the node this way:
java -jar -Dwebdriver.ie.driver="Webdriver\IEDriverServer.exe" -Djava.util.logging.config.file=logging.properties selenium-server-standalone-2.48.2.jar -role node -nodeConfig remoteNodeConfig.json
And this is the content of the logging.properties:
handlers= java.util.logging.ConsoleHandler
java.util.logging.ConsoleHandler.level = WARNING
I hope you can help :)
Best Regards
Alex