Closed
Description
Selenium 3.10 changed logging level of many protocol messages from INFO to FINE many debugging messages (see commit).
It's useful to see those messages during debugging sessions, but to be able to see them one has to pass -Dselenium.LOGGER.level=FINE
when starting standalone server.
Currently there's no way to do this in webdriver-manager.
Please provide a way to set selenium.LOGGER.level to any value (e.g. by a command line switch)