We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e19893 commit d92b0aeCopy full SHA for d92b0ae
1 file changed
java/src/org/openqa/selenium/remote/service/DriverService.java
@@ -465,7 +465,9 @@ protected OutputStream getLogOutput(String logProperty) {
465
}
466
467
if (logLocation == null) {
468
- return System.err;
+ LOG.info("Driver logs no longer sent to console by default; " +
469
+ "https://www.selenium.dev/documentation/webdriver/drivers/service/#setting-log-output");
470
+ return ByteStreams.nullOutputStream();
471
472
473
switch (logLocation) {
0 commit comments