Re: [PR] Add SO_REUSEADDR to APRServerSocket [logging-log4cxx]

2025-04-16 Thread via GitHub
swebb2066 commented on PR #495: URL: https://github.com/apache/logging-log4cxx/pull/495#issuecomment-2811587276 Given [the uncertainty around this socket option](https://stackoverflow.com/questions/3229860/what-is-the-meaning-of-so-reuseaddr-setsockopt-option-linux), could you also add a Al

[I] Used on Routes, CronTriggeringPolicy is not executed correctly [logging-log4j2]

2025-04-16 Thread via GitHub
Class-New opened a new issue, #3621: URL: https://github.com/apache/logging-log4j2/issues/3621 @ppkarwasz ` %d{-MM-dd HH:mm:ss.SS

Re: [PR] Add SO_REUSEADDR to APRServerSocket [logging-log4cxx]

2025-04-16 Thread via GitHub
swebb2066 commented on PR #495: URL: https://github.com/apache/logging-log4cxx/pull/495#issuecomment-2811361715 Are you using the telnet appender? -- 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

Re: [PR] Add `log4j.plugin.enableBndAnnotations` option to `PluginProcessor` [logging-log4j2]

2025-04-16 Thread via GitHub
ppkarwasz merged PR #3258: URL: https://github.com/apache/logging-log4j2/pull/3258 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubsc

Re: [PR] Remove `merge-dependabot` workflow [logging-log4j-samples]

2025-04-16 Thread via GitHub
ppkarwasz merged PR #311: URL: https://github.com/apache/logging-log4j-samples/pull/311 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-un

[I] Log4j2 Logs loglevel followed by '#' sign with complete loglevel package org.apache.log4j.Level [logging-log4j2]

2025-04-16 Thread via GitHub
kommone-bub opened a new issue, #3620: URL: https://github.com/apache/logging-log4j2/issues/3620 ## Description We have the problem, that that Log4j2 logs for some apache packages/classes like this : loglevel like DEBUG (that is ok) then a hash sign # (don't know from where

[PR] Add SO_REUSEADDR to APRServerSocket [logging-log4cxx]

2025-04-16 Thread via GitHub
michieldwitte opened a new pull request, #495: URL: https://github.com/apache/logging-log4cxx/pull/495 Setting SO_REUSEADDR by default allows server applications to restart and bind to the same address and port without waiting for the OS to fully clean up previous connections. This avoids t

Re: [I] Log file timestamp not updated on some file systems. Support periodic sync to flush metadata to FS [logging-log4j2]

2025-04-16 Thread via GitHub
vy commented on issue #3593: URL: https://github.com/apache/logging-log4j2/issues/3593#issuecomment-2809467054 @roytmana, double checking: Does [immediateFlush](https://logging.apache.org/log4j/2.x/manual/appenders.html#immediateFlush) not help? -- This is an automated message from the

Re: [PR] Adjust GcpLayout JSON to latest format [logging-log4j2]

2025-04-16 Thread via GitHub
ViliusS commented on code in PR #3586: URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2046657811 ## log4j-layout-template-json/src/main/resources/GcpLayout.json: ## @@ -49,25 +55,15 @@ "key": "span_id" }, "logging.googleapis.com/trace_sampled": tr

Re: [PR] Adjust GcpLayout JSON to latest format [logging-log4j2]

2025-04-16 Thread via GitHub
ViliusS commented on code in PR #3586: URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2046657811 ## log4j-layout-template-json/src/main/resources/GcpLayout.json: ## @@ -49,25 +55,15 @@ "key": "span_id" }, "logging.googleapis.com/trace_sampled": tr

Re: [PR] Adjust GcpLayout JSON to latest format [logging-log4j2]

2025-04-16 Thread via GitHub
ViliusS commented on code in PR #3586: URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2046597282 ## log4j-layout-template-json/src/main/resources/GcpLayout.json: ## @@ -37,8 +42,9 @@ } }, "logging.googleapis.com/insertId": { -"$resolver": "cou

Re: [PR] Move JSpecify from `provided` to `compile` scope [logging-log4j2]

2025-04-16 Thread via GitHub
ppkarwasz commented on PR #3228: URL: https://github.com/apache/logging-log4j2/pull/3228#issuecomment-2809054957 > No, what I mean is, there are users creating Fat JARs with an explicit list of dependencies. With the next minor Log4j 2 version, they will be missing a `compile`-scoped depend

Re: [PR] Fix Sponsors buttons [logging-log4j2]

2025-04-16 Thread via GitHub
ppkarwasz merged PR #3616: URL: https://github.com/apache/logging-log4j2/pull/3616 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubsc

Re: [PR] Move JSpecify from `provided` to `compile` scope [logging-log4j2]

2025-04-16 Thread via GitHub
vy commented on PR #3228: URL: https://github.com/apache/logging-log4j2/pull/3228#issuecomment-2808834083 > I am not sure what implications are you thinking about. Yes, their fat JARs will be a couple of KiB bigger. No, what I mean is, there are users creating Fat JARs with an explici

Re: [PR] Fix Sponsors buttons [logging-log4j2]

2025-04-16 Thread via GitHub
ppkarwasz commented on PR #3616: URL: https://github.com/apache/logging-log4j2/pull/3616#issuecomment-2808829766 > Shall we also add a warning in comments on why one should _not_ add a `github` element? Done in https://github.com/apache/logging-log4j2/pull/3616/commits/e310e62f78bcd3

[I] logchar is defined as char in Windows environments [logging-log4cxx]

2025-04-16 Thread via GitHub
WorldRobertProject opened a new issue, #494: URL: https://github.com/apache/logging-log4cxx/issues/494 Though char is not UTF-8 in Windows environments, LOG4CXX_CHAR:STRING=utf-8 is set and logchar is defined as char, when building with vcpkg. In Japanese Windows environments, char is Shi

Re: [PR] Adjust GcpLayout JSON to latest format [logging-log4j2]

2025-04-16 Thread via GitHub
ppkarwasz commented on code in PR #3586: URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2046397077 ## log4j-layout-template-json/src/main/resources/GcpLayout.json: ## @@ -49,25 +55,15 @@ "key": "span_id" }, "logging.googleapis.com/trace_sampled":

Re: [PR] cleanup changes for Antora (logging-log4net)

2025-04-16 Thread via GitHub
FreeAndNil merged PR #238: URL: https://github.com/apache/logging-log4net/pull/238 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubsc

Re: [PR] Adjust GcpLayout JSON to latest format [logging-log4j2]

2025-04-16 Thread via GitHub
vy commented on code in PR #3586: URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2046330472 ## log4j-layout-template-json/src/main/resources/GcpLayout.json: ## @@ -37,8 +42,9 @@ } }, "logging.googleapis.com/insertId": { -"$resolver": "counter"

Re: [PR] cleanup changes for Antora (logging-log4net)

2025-04-16 Thread via GitHub
FreeAndNil commented on code in PR #238: URL: https://github.com/apache/logging-log4net/pull/238#discussion_r2046327877 ## antora-playbook.yaml: ## @@ -109,6 +109,9 @@ ui: {{site.title}} + +https://github.c

Re: [PR] cleanup changes for Antora (logging-log4net)

2025-04-16 Thread via GitHub
FreeAndNil commented on code in PR #238: URL: https://github.com/apache/logging-log4net/pull/238#discussion_r2046329191 ## src/site/antora/antora.yml: ## @@ -38,10 +38,10 @@ version: ~ start_page: index.adoc asciidoc: attributes: -project-github-url: "https://github.com

Re: [PR] Fix logger typo 'patterrn' -> 'pattern' [logging-log4j2]

2025-04-16 Thread via GitHub
vy merged PR #3617: URL: https://github.com/apache/logging-log4j2/pull/3617 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@lo

Re: [PR] Adjust GcpLayout JSON to latest format [logging-log4j2]

2025-04-16 Thread via GitHub
vy commented on code in PR #3586: URL: https://github.com/apache/logging-log4j2/pull/3586#discussion_r2046314420 ## log4j-layout-template-json/src/main/resources/GcpLayout.json: ## @@ -49,25 +55,15 @@ "key": "span_id" }, "logging.googleapis.com/trace_sampled": true, -

Re: [PR] Fix logger typo 'patterrn' -> 'pattern' [logging-log4j2]

2025-04-16 Thread via GitHub
github-actions[bot] commented on PR #3617: URL: https://github.com/apache/logging-log4j2/pull/3617#issuecomment-2808653791 Job Requested goals Build Tool Version Build Outcome Build ScanĀ® build-

Re: [PR] cleanup changes for Antora (logging-log4net)

2025-04-16 Thread via GitHub
vy commented on code in PR #238: URL: https://github.com/apache/logging-log4net/pull/238#discussion_r2046222199 ## antora-playbook.yaml: ## @@ -109,6 +109,9 @@ ui: {{site.title}} + +https://github.com/apach