Disable regular Hikari log statements during test execution

- Also use mock logger instead of a real one in a few select tests to reduce the log output during tests
This commit is contained in:
ljacqu
2019-11-03 17:38:14 +01:00
parent 901b9adb8a
commit 51260fd22d
4 changed files with 10 additions and 10 deletions
@@ -0,0 +1,2 @@
# Suppress INFO statements when a new Hikari pool is being created
org.slf4j.simpleLogger.log.com.zaxxer.hikari=WARN