diff --git a/droid-binary/conf/log4j2.properties b/droid-binary/conf/log4j2.properties index d8df671b3..13e6753a9 100644 --- a/droid-binary/conf/log4j2.properties +++ b/droid-binary/conf/log4j2.properties @@ -77,5 +77,6 @@ log4j.category.org.springframework=ERROR log4j.category.org.hibernate=ERROR log4j.logger.org.springframework=ERROR log4j.logger.org.hibernate=ERROR +log4j.category.com.zaxxer.hikari=ERROR diff --git a/droid-swing-ui/src/main/resources/log4j2.properties b/droid-swing-ui/src/main/resources/log4j2.properties index b3a0b7fb0..e162efd73 100644 --- a/droid-swing-ui/src/main/resources/log4j2.properties +++ b/droid-swing-ui/src/main/resources/log4j2.properties @@ -70,5 +70,8 @@ logger.apache.level=error logger.apache.appenderRef.console.ref = console logger.apache.appenderRef.rolling.ref = rolling - +logger.hikari.name=com.zaxxer.hikari +logger.hikari.level=error +logger.hikari.appenderRef.console.ref = console +logger.hikari.appenderRef.rolling.ref = rolling