Log4j different appenders for different log levels using properties file
You need to set the logger to the more detailed of the two levels (DEBUG) but then set a threshold on the appender to tell it to only show messages at INFO and above log4j.appender.APPENDER_STDOUT.Threshold=INFO