org.webharvest.runtime.Scraper should be logging it's actions at DEBUG level
instead of INFO in my humble opinion. I'm using Logback and SLF4J for my
project and use <logger name="org.webharvest.runtime.Scraper" level="warn">
to get around this for now.</logger>