How to configure hibernate logging using log4j2.xml?
问题 I recently switched to Apache log4j2, and still can not find a way to configure hibernate logging using log4j2.xml. Because I can not find a way around this problem I still use log4j.properties file explicitly for hibernate. This is not the best solution since my log4j2.xml uses JPA appender (writes logs to db). I do not want to write separate logic for hibernate. Is there a way to configure hibernate logging using log4j2? 回答1: As suggested in https://issues.apache.org/jira/browse/LOG4J2-172