Since the official documentation for log4j is a broken link, and the getting started guide isn\'t helping me, I would like to know how to use two appenders with different lo
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