Polishing.

Avoid Hibernate debug logging to leak out of MetaAnnotatedQueryMethodHibernateIntegrationTests.

Related ticket #2899.
This commit is contained in:
Oliver Drotbohm
2023-04-05 14:55:47 +02:00
parent 9293c911e9
commit 372109738b

View File

@@ -85,6 +85,7 @@ class MetaAnnotatedQueryMethodIntegrationTests {
@AfterEach
void clearUp() {
testLogger.setLevel(Level.ERROR);
testLogger.detachAppender(testAppender);
}