Ralph Goers

Results 116 comments of Ralph Goers

@wilkinsona The issue is just that we have several support libraries that have to be upgraded. One uses the openapi generator so that has to be upgraded and have issues...

I ended up creating unit tests and verifying the fix without Spring since the issue was easy to reproduce. See https://github.com/apache/logging-log4j2/pull/2062. This will be available in our next Log4j 3.x...

Log4j 3.0.0-beta1 has been releaesd. Please try with that version to verify the problem has been resolved.

We are going to have to since we have decided to continue using Log4j-API 2.x with Log4j 3.x when 3.x is released.

I still don't get what the perceived benefit is here. What problem does this solve?

@ppkarwasz Thanks for that. That definitely sounds like something should be done to address it.

I would love to see what shows up with log4j2.debug=true set for the application during rollover. I don't think we actually have any tests for a configuration where two appenders...

This PR has me very confused. I do see the new metrics package but the vast majority of this PR seems to have nothing to do with metrics. Could you...

@ppkarwasz in 3.x I presume? I think we should not mess with 2.x at this point. This reminds me I still have to vote on your proposal.

Looking at the SLF4J 2 bridge I see that key/value pairs are being handled but they are being added to the LogEvent's ThreadContextMap. I really don't think this is the...