python webdriver desative logs

driver = webdriver.Chrome(service_log_path='/dev/null')
garzj