Re: [PR] Disruptor + many logger.error("aa", new Exception("aaa")),stuck on Th… (logging-log4j2)

2024-10-17 Thread via GitHub
ppkarwasz commented on PR #3093: URL: https://github.com/apache/logging-log4j2/pull/3093#issuecomment-2421514913 > 2、DISK WRITE a) speed1(slow) Log4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector + 2.24.1 iotop: 13M/s > > b) speed2(slower) Log4jContex

Re: [PR] Disruptor + many logger.error("aa", new Exception("aaa")),stuck on Th… (logging-log4j2)

2024-10-17 Thread via GitHub
ppkarwasz closed pull request #3093: Disruptor + many logger.error("aa", new Exception("aaa")),stuck on Th… URL: https://github.com/apache/logging-log4j2/pull/3093 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Prepare the release of a new web site [logging-log4cxx]

2024-10-17 Thread via GitHub
swebb2066 merged PR #417: URL: https://github.com/apache/logging-log4cxx/pull/417 -- 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

Re: [PR] Disruptor + many logger.error("aa", new Exception("aaa")),stuck on Th… (logging-log4j2)

2024-10-17 Thread via GitHub
hailshao commented on PR #3093: URL: https://github.com/apache/logging-log4j2/pull/3093#issuecomment-2421132128 1、jar a) 2.24.1 (gradle download) force 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1' force 'org.apache.logging.log4j:log4j-core:2.24.1' force 'org.apache.logging.l

[jira] [Closed] (LOG4J2-696) RegexFilter does not match multiline log messages

2024-10-17 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz closed LOG4J2-696. Resolution: Duplicate I am closing this issue and moving it to GitHub: [#3086|https://github.com/a

Re: [PR] more modern coding style (logging-log4net)

2024-10-17 Thread via GitHub
FreeAndNil commented on PR #196: URL: https://github.com/apache/logging-log4net/pull/196#issuecomment-2420534888 @fluffynuts I've adjusted the names with the help of the refactoring in rider and added the missing entries in .editorconfig. -- This is an automated message from the Apache Gi

Re: [I] logging.a.o download page needs second parameter for gpg verify (logging-log4j2)

2024-10-17 Thread via GitHub
ppkarwasz commented on issue #3099: URL: https://github.com/apache/logging-log4j2/issues/3099#issuecomment-2420088745 It should be alright now, thanks -- 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 g

Re: [I] logging.a.o download page needs second parameter for gpg verify (logging-log4j2)

2024-10-17 Thread via GitHub
sebbASF commented on issue #3099: URL: https://github.com/apache/logging-log4j2/issues/3099#issuecomment-2420043755 https://logging.staged.apache.org/logging-parent/release-review-instructions.html has a typo in the for loop -- This is an automated message from the Apache Git Service. T

Re: [I] Unwanted logging by StatusLogger (logging-log4j2)

2024-10-17 Thread via GitHub
morvael commented on issue #3100: URL: https://github.com/apache/logging-log4j2/issues/3100#issuecomment-2419951793 I have no guarantee though that some of the dependencies I use doesn't do one of those things :( -- This is an automated message from the Apache Git Service. To respond to

Re: [I] [MS23] Native Compilation Support #3 (logging-log4j2)

2024-10-17 Thread via GitHub
ppkarwasz commented on issue #2832: URL: https://github.com/apache/logging-log4j2/issues/2832#issuecomment-2419845881 In #3105, https://github.com/apache/logging-parent/pull/270 and https://github.com/apache/logging-parent/pull/271 we automate further the integration tests workflow: now no

Re: [PR] Run integration tests after each deployment (logging-log4j2)

2024-10-17 Thread via GitHub
ppkarwasz commented on PR #3105: URL: https://github.com/apache/logging-log4j2/pull/3105#issuecomment-2419840135 This workflow completed all tests including reproducibility: https://github.com/apache/logging-log4j2/actions/runs/11386725748 -- This is an automated message from the Apache G

Re: [PR] convert to filescoped namespaces (logging-log4net)

2024-10-17 Thread via GitHub
fluffynuts commented on PR #196: URL: https://github.com/apache/logging-log4net/pull/196#issuecomment-2419578672 > Alright. You convinced me. Would you like me to change it in this PR or in another one? I don't mind - wherever is most convenient (: -- This is an automated message f

Re: [I] CompositeFilter doesn't work with multiple MarkerFilters (logging-log4j2)

2024-10-17 Thread via GitHub
ppkarwasz commented on issue #3104: URL: https://github.com/apache/logging-log4j2/issues/3104#issuecomment-2419429528 The YAML configuration format interprets **arrays** as a list of element having the same plugin type as the **key** of the array. Translated to XML your example looks lik

Re: [I] Unwanted logging by StatusLogger (logging-log4j2)

2024-10-17 Thread via GitHub
morvael commented on issue #3100: URL: https://github.com/apache/logging-log4j2/issues/3100#issuecomment-2419370695 I will re-verify but I actually tried to use any and all of them to change the log level to WARN and nothing changed, it still printed that INFO. -- This is an automated me

Re: [I] Unwanted logging by StatusLogger (logging-log4j2)

2024-10-17 Thread via GitHub
ppkarwasz commented on issue #3100: URL: https://github.com/apache/logging-log4j2/issues/3100#issuecomment-2419359161 Hi @morvael, The default status logger level in version `2.24.1` is still `ERROR`. Can you check: 1. If your configuration file does not use the deprecated [`s

[PR] Run integration tests after each deployment (logging-log4j2)

2024-10-17 Thread via GitHub
ppkarwasz opened a new pull request, #3105: URL: https://github.com/apache/logging-log4j2/pull/3105 This PR starts an `integration-test` job, whenever a snapshot or release is deployed. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Bump spring-framework.version from 6.1.13 to 6.1.14 (logging-log4j2)

2024-10-17 Thread via GitHub
github-actions[bot] merged PR #3102: URL: https://github.com/apache/logging-log4j2/pull/3102 -- 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: notificatio

[I] CompositeFilter doesn't work with multiple MarkerFilters (logging-log4j2)

2024-10-17 Thread via GitHub
mgaceanu opened a new issue, #3104: URL: https://github.com/apache/logging-log4j2/issues/3104 ## Description The composite filter seem to not work with multiple MarkerFilters. I learned in the meantime about the existence of the NoMarkerFilter which fits my use case, but I guess ch

Re: [PR] convert to filescoped namespaces (logging-log4net)

2024-10-17 Thread via GitHub
FreeAndNil commented on PR #196: URL: https://github.com/apache/logging-log4net/pull/196#issuecomment-2419141909 Alright. You convinced me. Would you like me to change it in this PR or in another one? -- This is an automated message from the Apache Git Service. To respond to the message

[PR] Run reproducibility check after each deployment (logging-log4j2)

2024-10-17 Thread via GitHub
ppkarwasz opened a new pull request, #3101: URL: https://github.com/apache/logging-log4j2/pull/3101 This PR starts a separate `verify-reproducibility` job, whenever a snapshot or release is deployed. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] convert to filescoped namespaces (logging-log4net)

2024-10-17 Thread via GitHub
fluffynuts commented on code in PR #196: URL: https://github.com/apache/logging-log4net/pull/196#discussion_r1804408623 ## src/log4net.Tests/Appender/AdoNet/Log4NetParameterCollection.cs: ## @@ -24,45 +24,44 @@ using System.Collections.Generic; using System.Data; -namespace

Re: [PR] convert to filescoped namespaces (logging-log4net)

2024-10-17 Thread via GitHub
fluffynuts commented on code in PR #196: URL: https://github.com/apache/logging-log4net/pull/196#discussion_r1804408623 ## src/log4net.Tests/Appender/AdoNet/Log4NetParameterCollection.cs: ## @@ -24,45 +24,44 @@ using System.Collections.Generic; using System.Data; -namespace

Re: [I] No obvious way to report issues with the parent logging site (logging-log4j2)

2024-10-17 Thread via GitHub
vy commented on issue #3098: URL: https://github.com/apache/logging-log4j2/issues/3098#issuecomment-2418920585 > The section at https://logging.apache.org/support.html#issues links to various issue trackers for sub-projcects, but does not provide info on how to report generic issues.

Re: [I] No obvious way to report issues with the parent logging site (logging-log4j2)

2024-10-17 Thread via GitHub
vy closed issue #3098: No obvious way to report issues with the parent logging site URL: https://github.com/apache/logging-log4j2/issues/3098 -- 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 spec

[PR] Add separate reproducibility check workflow [logging-parent]

2024-10-17 Thread via GitHub
ppkarwasz opened a new pull request, #271: URL: https://github.com/apache/logging-parent/pull/271 Adds a reproducibility check workflow based on a Nexus repository and not the local Maven repo. We also deprecate the reproducibility check in `build-reusable.yaml`. -- This is an auto

Re: [I] logging.a.o download page needs second parameter for gpg verify (logging-log4j2)

2024-10-17 Thread via GitHub
vy closed issue #3099: logging.a.o download page needs second parameter for gpg verify URL: https://github.com/apache/logging-log4j2/issues/3099 -- 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 s

Re: [I] logging.a.o download page needs second parameter for gpg verify (logging-log4j2)

2024-10-17 Thread via GitHub
vy commented on issue #3099: URL: https://github.com/apache/logging-log4j2/issues/3099#issuecomment-2418855204 @sebbASF, thanks for the heads up! :bow: Fixed for both [l.a.o/download.html](https://logging.apache.org/download.html) and [l.a.o/logging-parent/release-review-instructions.html]

Re: [I] No obvious way to report issues with the parent logging site (logging-log4j2)

2024-10-17 Thread via GitHub
sebbASF commented on issue #3098: URL: https://github.com/apache/logging-log4j2/issues/3098#issuecomment-2418838827 The section at https://logging.apache.org/support.html#issues links to various issue trackers for sub-projcects, but does not provide info on how to report generic issues.

Re: [I] No obvious way to report issues with the parent logging site (logging-log4j2)

2024-10-17 Thread via GitHub
vy commented on issue #3098: URL: https://github.com/apache/logging-log4j2/issues/3098#issuecomment-2418798397 @sebbASF, [logging.apache.org](https://logging.apache.org) has a menu item, `Support`, at the top. That page documents `User support` communication channels and several other thin

[PR] Export deployment data to calling workflow [logging-parent]

2024-10-17 Thread via GitHub
ppkarwasz opened a new pull request, #270: URL: https://github.com/apache/logging-parent/pull/270 This adds two outputs to both the `deploy-release-reusable` and `deploy-snapshot-reusable` workflows: - `project-version`: contains the version of the deployed project. - `project-repo

Re: [PR] convert to filescoped namespaces (logging-log4net)

2024-10-17 Thread via GitHub
FreeAndNil commented on code in PR #196: URL: https://github.com/apache/logging-log4net/pull/196#discussion_r1804248055 ## src/log4net.Tests/Appender/AdoNet/Log4NetParameterCollection.cs: ## @@ -24,45 +24,44 @@ using System.Collections.Generic; using System.Data; -namespace

Re: [PR] convert to filescoped namespaces (logging-log4net)

2024-10-17 Thread via GitHub
FreeAndNil commented on code in PR #196: URL: https://github.com/apache/logging-log4net/pull/196#discussion_r1804248055 ## src/log4net.Tests/Appender/AdoNet/Log4NetParameterCollection.cs: ## @@ -24,45 +24,44 @@ using System.Collections.Generic; using System.Data; -namespace

Re: [PR] convert to filescoped namespaces (logging-log4net)

2024-10-17 Thread via GitHub
FreeAndNil commented on code in PR #196: URL: https://github.com/apache/logging-log4net/pull/196#discussion_r1804248055 ## src/log4net.Tests/Appender/AdoNet/Log4NetParameterCollection.cs: ## @@ -24,45 +24,44 @@ using System.Collections.Generic; using System.Data; -namespace

Re: [PR] convert to filescoped namespaces (logging-log4net)

2024-10-17 Thread via GitHub
FreeAndNil commented on code in PR #196: URL: https://github.com/apache/logging-log4net/pull/196#discussion_r1804248055 ## src/log4net.Tests/Appender/AdoNet/Log4NetParameterCollection.cs: ## @@ -24,45 +24,44 @@ using System.Collections.Generic; using System.Data; -namespace

Re: [I] Unwanted logging by StatusLogger (logging-log4j2)

2024-10-17 Thread via GitHub
morvael commented on issue #3100: URL: https://github.com/apache/logging-log4j2/issues/3100#issuecomment-2418758565 The following lines are logged at the start: ``` Starting configuration XmlConfiguration[location=… , lastModified=…]... Start watching for changes to … every 0 second

Re: [PR] convert to filescoped namespaces (logging-log4net)

2024-10-17 Thread via GitHub
fluffynuts commented on code in PR #196: URL: https://github.com/apache/logging-log4net/pull/196#discussion_r1804221191 ## src/log4net.Tests/Appender/AdoNet/Log4NetParameterCollection.cs: ## @@ -24,45 +24,44 @@ using System.Collections.Generic; using System.Data; -namespace