I want to add logging to an application I am developing, using apache log4j. At this point I want to redirect all log messages for level INFO and lower (TRACE, DEBUG) to std
another example using the ThresholdFilter markup from log4j2.
ThresholdFilter
See the doc.