Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3721097

Browse files
committedApr 5, 2023
Polishing.
Avoid Hibernate debug logging to leak out of MetaAnnotatedQueryMethodHibernateIntegrationTests. Related ticket #2899.
1 parent 9293c91 commit 3721097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/query/MetaAnnotatedQueryMethodIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ void setUp() {
8585

8686
@AfterEach
8787
void clearUp() {
88+
testLogger.setLevel(Level.ERROR);
8889
testLogger.detachAppender(testAppender);
8990
}
9091

0 commit comments

Comments
 (0)
Please sign in to comment.