Re: Filtering packages from stacktrace in

2021-08-30 Thread Volkan Yazıcı
It surely is since 2.14.1 release! See the documentation on exception resolver , in particular, truncation-related configuration knobs. On Sat, Aug 28, 2021 at 10:47 AM Atle Tokle wrote: > Wh

Filtering packages from stacktrace in

2021-08-28 Thread Atle Tokle
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