Skip to content

Commit

Permalink
Removed DEBUG logging.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Nov 18, 2022
1 parent 53dd44d commit 01ca480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ public void testVirtualThreadPool() throws Exception
assertEquals(0, run1.getExitValue());

int httpPort = distribution.freePort();
try (JettyHomeTester.Run run2 = distribution.start(List.of("jetty.http.selectors=1", "jetty.http.port=" + httpPort, "-Dorg.eclipse.jetty.LEVEL=DEBUG")))
try (JettyHomeTester.Run run2 = distribution.start(List.of("jetty.http.selectors=1", "jetty.http.port=" + httpPort)))
{
assertTrue(run2.awaitConsoleLogsFor("Started Server@", 10, TimeUnit.SECONDS));

Expand Down

0 comments on commit 01ca480

Please sign in to comment.