To log HikariCP details, simply add in application.properties to the following settings:
logging.level.com.zaxxer.hikari.HikariConfig=DEBUG logging.level.com.zaxxer.hikari=DEBUG
If you need a deeper level of detail, replace DEBUG with TRACE.