Hi Robert,
On Tue, 13 Aug 2024 at 00:11, Robert Middleton wrote:
>
> Stephen has gone and made an update to the log4cxx footer:
> https://github.com/apache/logging-log4cxx/pull/406/files
> This mentions dormant projects(e.g. chainsaw, log4php) and also
> mentions Oracle. Should there be a common
Hi Amanda,
I am crossposting this to dev@logging.apache.org. Please answer to
that mailing list.
On Tue, 6 Aug 2024 at 01:05, Amanda Liu wrote:
> The reason I want a custom appender is to pretty print the JSON log objects
> produced by JsonTemplateLayout, to make it more readable. I see in the
HI - just curious when the updated ThreadContextMap will be available?
The latest release is 2.23.1, over five months ago.
Thanks! :)
John
Hi John,
On Tue, 13 Aug 2024 at 21:10, John Engebretson wrote:
> HI - just curious when the updated ThreadContextMap will be available?
> The latest release is 2.23.1, over five months ago.
We just finished a long series of documentation tasks that kept us
occupied for the past since May[1].
John,
You should test our snapshot builds just in case ;-)
Gary
On Tue, Aug 13, 2024, 3:43 PM Piotr P. Karwasz
wrote:
> Hi John,
>
> On Tue, 13 Aug 2024 at 21:10, John Engebretson
> wrote:
> > HI - just curious when the updated ThreadContextMap will be available?
> > The latest release is 2
Piotr, I am still concerned that you never looked into the issues I had with
StringArrayThreadContextMap. My performance tests were showing that it was fast
because it wasn’t actually setting values.
Ralph
> On Aug 13, 2024, at 12:43 PM, Piotr P. Karwasz
> wrote:
>
> Hi John,
>
> On Tue, 13
Isn't that assertable from a unit test?
Gary
On Tue, Aug 13, 2024, 6:00 PM Ralph Goers
wrote:
> Piotr, I am still concerned that you never looked into the issues I had
> with StringArrayThreadContextMap. My performance tests were showing that it
> was fast because it wasn’t actually setting val
The benchmark code I used was
https://github.com/apache/logging-log4j2/blob/feature/move-thread-context/log4j-perf-test/src/main/java/org/apache/logging/log4j/perf/jmh/ThreadContextVsScopedContextBenchmark.java
Ralph
> On Aug 13, 2024, at 3:00 PM, Ralph Goers wrote:
>
> Piotr, I am still conce
Hi Ralph,
On Wed, 14 Aug 2024 at 00:00, Ralph Goers wrote:
>
> Piotr, I am still concerned that you never looked into the issues I had with
> StringArrayThreadContextMap. My performance tests were showing that it was
> fast because it wasn’t actually setting values.
It's on my TODO list. Note