This inspection reports is log enabled for conditions of if statements which do not match the log level of the contained log statement. For exampe:
if (logger.isTraceEnabled()) {
    logger.debug("some log message");
}
New in 8, Powered by InspectionGadgets