Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Avoid Hibernate debug logging to leak out of MetaAnnotatedQueryMethodHibernateIntegrationTests.

Related ticket #2899.
  • Loading branch information
odrotbohm committed Apr 5, 2023
1 parent 9293c91 commit 3721097
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ void setUp() {

@AfterEach
void clearUp() {
testLogger.setLevel(Level.ERROR);
testLogger.detachAppender(testAppender);
}

Expand Down

0 comments on commit 3721097

Please sign in to comment.