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:
@@ -0,0 +1,2 @@
|
||||
# Suppress INFO statements when a new Hikari pool is being created
|
||||
org.slf4j.simpleLogger.log.com.zaxxer.hikari=WARN
|
||||
Reference in New Issue
Block a user