Before (Log4j 1.x)
# Set the logger for the org.springframework package to WARN log4j.logger.org.springframework=warn
After (Log4j 2.x)
logger.springframework.name=org.springframework logger.springframework.level=warn
Before (Log4j 1.x)
# Set the logger for the org.springframework package to WARN log4j.logger.org.springframework=warn
After (Log4j 2.x)
logger.springframework.name=org.springframework logger.springframework.level=warn