Tomáš Poledný created LOG4J2-3696: -------------------------------------
Summary: Package filter with %ex/throwable conversion pattern Key: LOG4J2-3696 URL: https://issues.apache.org/jira/browse/LOG4J2-3696 Project: Log4j 2 Issue Type: New Feature Components: Layouts Reporter: Tomáš Poledný Because LOG4J2-2632 was closed as a mistake in the documentation. I would like to propose to add package filtering ({{filters}}) also for {{%ex|exception|throwable}}. For example: {noformat} %m%ex{filters(org.apache.tomcat.util,org.apache.catalina,org.apache.coyote)}%n {noformat} filter packages {{org.apache.tomcat.util,org.apache.catalina,org.apache.coyote}} in stacktrace in the same way as {{%rEx}} and {{%xEx}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)