Reset log levels reliably.

pull/876/head
Brett Wooldridge 8 years ago
parent bf4bf8806f
commit 8db418f969

@ -128,6 +128,7 @@ public class MiscTest
finally finally
{ {
setConfigUnitTest(false); setConfigUnitTest(false);
setSlf4jLogLevel(HikariPool.class, Level.INFO);
} }
} }
} }

@ -273,5 +273,6 @@ public class TestConnectionTimeoutRetry
public void after() public void after()
{ {
System.getProperties().remove("com.zaxxer.hikari.housekeeping.periodMs"); System.getProperties().remove("com.zaxxer.hikari.housekeeping.periodMs");
setSlf4jLogLevel(HikariPool.class, Level.INFO);
} }
} }

Loading…
Cancel
Save