I want to filter specific lines from stack traces using log4j (e.g. net.sf.cglib.* And org.springframework.* ). Is it possible to configure this with log4j ?
In eclipse, the junit plugin allows you to add filters that modify the stack traces displayed on the junit tab, but this does not change the stack traces displayed on the console.
source share