I'm using log4j2 to log my app, is it possibile to limit the stacktrace to some package? For example inside my packages and not after in the stack.
Now I'm getting a big stack thorught all Spring framework up to system Thread object and the end part of this stack is the same for all my exception, I only need the significant part.