Open
Description
Description
I have my own application, let's say console application. I use many libraries to achieve my goal. No one is writing to console, except I explicitly allow to do it.
https://www.selenium.dev/documentation/webdriver/troubleshooting/logging/
The default logging level is Info
.
Reproducible Code
Selenium is a library! It performs low level operations. If this library wants to output something (for instance internal log messages), I should control it. But library should never output by default!