log4j.properties made simple Posted by davidnewcomb on 23 May 2015 in Java I wrote a huge article titled Configuring log4j.properties on, funnily enough, how to configure Log4J but sometimes it still isn't as good as great example: log4j.rootLogger = INFO, X log4j.logger.A.B.C=ALL, X # or this for custom logger… more »