Re: SmtpAppender in log4j2, plus how to reconfigure everything

2025-06-04 Thread Piotr P. Karwasz
Hi Chris, On 1.06.2025 17:36, Christopher Schultz wrote: > This is also very helpful. It sounds like I need a filter that simply > does not pass anything (i.e. filters everything). That would cause the > SmtpAppender to hold everything together. At the end (this is a > scheduled process which star

Any good ways to filter common concurrency framework lines from stack traces?

2025-06-04 Thread Matt Sicker
For example, in the simple case, suppose I’m using CompletableFuture and the value times out with a TimeoutException. This stack trace will include tons of entries for java.util.concurrent.CompletableFuture related to the transformation pipeline leading up to that point (i.e., transforming Comp