Filtering packages from stacktrace in
Atle Tokle <[email protected]>
| Newsgroups | gmane.comp.jakarta.log4j.user |
|---|---|
| Message-ID | <CAFgz5oG0E7pnOsh-PSrJ01ryfb3=SfYy=_oV8sePxKWsPmZw5w@mail.gmail.com> |
When using PatternLayout you can use a filter to suppress stack frames form
stack trace.
From doc:Use {filters(*packages*)} where *packages* is a list of package
names to suppress matching stack frames from stack traces
Is the same possible for the JSON Template Layout?
Best regards Atle