Simple question: how to completely disable logging when using Selenium from Python bindings, ex code as follows:
browser = webdriver.Chrome()
driver = webdriver.Chrome(service_log_path='/dev/null')