Re: Context data propagation and logger-bound context data

2024-03-18 Thread Ralph Goers
First, lets consider the two usages you highlighted 1. In theory it is possible to add properties to a Logger. In practice, we only allow this from the LoggerConfig. While the values of those properties can include Lookup references this isn’t going to help much since there is no way for the Lo

Re: [VOTE] Release Apache Log4j Tools 0.8.0

2024-03-18 Thread Piotr P. Karwasz
Hi Volkan, On Mon, 18 Mar 2024 at 22:25, Volkan Yazıcı wrote: > > This is a vote to release the Apache Log4j Tools 0.8.0. > > Website: https://logging.staged.apache.org/log4j/tools > GitHub: https://github.com/apache/logging-log4j-tools > Commit: 2681946896f289cd7432480712debad6af5ee684 > Distrib

[VOTE] Release Apache Log4j Tools 0.8.0

2024-03-18 Thread Volkan Yazıcı
This is a vote to release the Apache Log4j Tools 0.8.0. Website: https://logging.staged.apache.org/log4j/tools GitHub: https://github.com/apache/logging-log4j-tools Commit: 2681946896f289cd7432480712debad6af5ee684 Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j-tools Nexus: http

Context data propagation and logger-bound context data

2024-03-18 Thread Piotr P. Karwasz
Hi, Given the ongoing context data propagation in three Github issues/PRs/discussions (cf. [1], [2] and [3]). I think we should move the debate to the mailing list, which guarantees the maximal reachout. == Problem summary We have two different problems regarding context data in log files: 1. R