Re: [I] Short-lived macOS program with MultiprocessRollingFileAppender and AsyncAppender hangs upon exit with EXC_BAD_ACCESS in a worker thread [logging-log4cxx]

2025-07-13 Thread via GitHub
RK-BFX commented on issue #510: URL: https://github.com/apache/logging-log4cxx/issues/510#issuecomment-3068025007 I'll submit a PR with a fix soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[I] Short-lived macOS program with MultiprocessRollingFileAppender and AsyncAppender hangs upon exit with EXC_BAD_ACCESS in a worker thread [logging-log4cxx]

2025-07-13 Thread via GitHub
RK-BFX opened a new issue, #510: URL: https://github.com/apache/logging-log4cxx/issues/510 **General:** I build Log4cxx from sources in macOS with `LOG4CXX_MULTIPROCESS_ROLLING_FILE_APPENDER=on` with all dependencies linked statically in order to avoid adding any dylib (DSO) dependencies, b

Re: [I] Using log4j-to-slf4j in a web application incorrectly sets a value in a ThreadLocal in org.apache.logging.slf4j.SLF4JLogger [logging-log4j2]

2025-07-13 Thread via GitHub
ppkarwasz commented on issue #3819: URL: https://github.com/apache/logging-log4j2/issues/3819#issuecomment-3067246866 > Just out of curiosity, what is exactly the use case for the pooling of those builders? When are they supposed to be used? We have some users in latency-sensitive do

Re: [I] Add Support for Custom Headers in SMTP Appender [logging-log4j2]

2025-07-13 Thread via GitHub
ppkarwasz commented on issue #3704: URL: https://github.com/apache/logging-log4j2/issues/3704#issuecomment-3067242002 Hi @sidhantmourya, Thanks for volunteering! We really appreciate contributions — all issues are open for community help, especially since we receive more requests tha

Re: [I] Add Support for Custom Headers in SMTP Appender [logging-log4j2]

2025-07-13 Thread via GitHub
sidhantmourya commented on issue #3704: URL: https://github.com/apache/logging-log4j2/issues/3704#issuecomment-3067226687 Hello @ppkarwasz , I'd like to contribute to this enhancement. Is this issue currently open for contribution? If so, could you please guide me on where to

Re: [I] Using log4j-to-slf4j in a web application incorrectly sets a value in a ThreadLocal in org.apache.logging.slf4j.SLF4JLogger [logging-log4j2]

2025-07-13 Thread via GitHub
gmiscione commented on issue #3819: URL: https://github.com/apache/logging-log4j2/issues/3819#issuecomment-3067120765 Hi, @ppkarwasz, first of all, thank you for having acknowledged the issue. I have to be honest and admit that I am no expert in the Logback world, I am just a user of th

Re: [I] DirectWriteRolloverStrategy and SizeBasedTriggeringPolicy [logging-log4j2]

2025-07-13 Thread via GitHub
ppkarwasz commented on issue #3697: URL: https://github.com/apache/logging-log4j2/issues/3697#issuecomment-3067064984 Hi @Class-New, Apologies for the delayed response — we're doing our best to respond to all issues despite limited time, but occasionally some slip through the cracks.

Re: [I] Missing property in the log4j-parent pom file in version 2.25.0 [logging-log4j2]

2025-07-13 Thread via GitHub
ppkarwasz commented on issue #3779: URL: https://github.com/apache/logging-log4j2/issues/3779#issuecomment-3067057529 > I can try to carve out some time but my understanding of Gradle and its dependency system is pretty basic. That would be very much appreciated! As you can probably

Re: [I] Using log4j-to-slf4j in a web application incorrectly sets a value in a ThreadLocal in org.apache.logging.slf4j.SLF4JLogger [logging-log4j2]

2025-07-13 Thread via GitHub
ppkarwasz commented on issue #3819: URL: https://github.com/apache/logging-log4j2/issues/3819#issuecomment-3067054551 Hi @gmiscione, Great catch — thanks for reporting this! :100: I see two possible approaches to address the issue: 1. **Fix the misuse of `ThreadLocal`**

Re: [PR] Make `StatusLogger` self-contained and testable [logging-log4j2]

2025-07-13 Thread via GitHub
ppkarwasz commented on PR #2249: URL: https://github.com/apache/logging-log4j2/pull/2249#issuecomment-3067027459 Hi @vy, It looks like this change isn't mentioned in the [2.23.0 release notes](https://logging.apache.org/log4j/2.x/release-notes.html#release-notes-2-23-0), even though—

Re: [PR] Feature/2.x/enumerating and exposing named patters [logging-log4j2]

2025-07-13 Thread via GitHub
ppkarwasz commented on PR #3789: URL: https://github.com/apache/logging-log4j2/pull/3789#issuecomment-3066741660 > @ppkarwasz, consider users having their custom instant formatters, some might even be relying on `{Fixed,Fast}DateFormat`. They will get excited about `NamedInstantPattern`, wi

Re: [PR] Feature/2.x/enumerating and exposing named patters [logging-log4j2]

2025-07-13 Thread via GitHub
ppkarwasz commented on code in PR #3789: URL: https://github.com/apache/logging-log4j2/pull/3789#discussion_r2203224449 ## log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NamedInstantPattern.java: ## @@ -0,0 +1,163 @@ +/* + * Licensed to the Apache Software Founda