How to configure log4j2 to log for HikariCP
问题 I have written a small Gradle project so that I can learn how to configure HikariCP and JDBC and Log4j2 all together in the same project. I have placed the below log4j2 config in the src/main/resources directory in my project. When I execute the project using gradle run I get a warning about not configuring an appender for the com.zaxxer.hikari.HikariConfig logger. Would some one kindly tell me what i am doing wrong? log4j2.xml <?xml version="1.0" encoding="utf-8"?> <Configuration status=