Skip to content

Commit 87c647c

Browse files
committed
Reduce log output of SampleJettyApplicationTests
Closes gh-42376
1 parent 0e7bdb3 commit 87c647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/test/java/smoketest/jetty/SampleJettyApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @author Michael Weidmann
4242
* @author Moritz Halbritter
4343
*/
44-
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, properties = "logging.level.org.eclipse:trace")
44+
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
4545
class SampleJettyApplicationTests {
4646

4747
@Autowired

0 commit comments

Comments
 (0)