How can I avoid HtmlUnitDriver
creating logs? With the default configuration a lot of unnecessary logs are created. For example:
SEVERE: HtmlSpan[<span class="elementClass">] -> HtmlHtml[<html>]
I've tried with the advice from this site http://orjantaule.blogspot.com/2011/11/silencing-logging-output-from.html (Adding a commons-logging.properties file and a simplelog.properties file) but it did not work.