In Scaffold, we have a lot of logging happening from the web driver. The vast majority of this logging is at the INFO level and it's clogging up the console with information we don't really need unless we're trying to debug an issue,
Expected
We should only log the web driver actions at the DEBUG level.
Bug
In Scaffold, we have a lot of logging happening from the web driver. The vast majority of this logging is at the INFO level and it's clogging up the console with information we don't really need unless we're trying to debug an issue,
Expected
We should only log the web driver actions at the DEBUG level.
Repro
Add steps to reproduce the behavior. E.G: