Skip to content

Commit

Permalink
Reduce log output of SampleJettyApplicationTests
Browse files Browse the repository at this point in the history
Closes gh-42376
  • Loading branch information
wilkinsona committed Sep 19, 2024
1 parent 0e7bdb3 commit 87c647c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* @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
Expand Down

0 comments on commit 87c647c

Please sign in to comment.