Merge pull request #11948 from jetty/fix/12.0.x/11941/distribution-test-logs
Issue #11941 - reduce logs for DistributionTests
This commit is contained in:
commit
865b72688a
|
@ -200,7 +200,7 @@ public class ProcessWrapper implements AutoCloseable
|
|||
String line;
|
||||
while ((line = reader.readLine()) != null)
|
||||
{
|
||||
LOG.info(line);
|
||||
LOG.debug(line);
|
||||
logs.add(line);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue