kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Demote INFO logging to DEBUG #40

Closed kgress closed 5 years ago

kgress commented 5 years ago

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:

  1. Run a test with scaffold
  2. Observe the log