Reduce log output of SampleJettyApplicationTests

Closes gh-42376
This commit is contained in:
Andy Wilkinson
2024-09-19 15:05:37 +01:00
parent 0e7bdb3e8b
commit 87c647cf65

View File

@@ -41,7 +41,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Michael Weidmann
* @author Moritz Halbritter
*/
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, properties = "logging.level.org.eclipse:trace")
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
class SampleJettyApplicationTests {
@Autowired