[I] make SocketAppender support server list (logging-log4j2)

2025-02-07 Thread via GitHub
lu-xiaoshuang opened a new issue, #3442: URL: https://github.com/apache/logging-log4j2/issues/3442 Typically, applications generate massive amounts of log data, which need to be sent to the backend systems for storage, analyzing and so on. At present, a SocketAppender only supports on

Re: [PR] Publish build scans to develocity.apache.org [logging-parent]

2025-02-07 Thread via GitHub
vy commented on PR #313: URL: https://github.com/apache/logging-parent/pull/313#issuecomment-2644024915 Have sent [the vote email](https://lists.apache.org/thread/l48ljn9rsro4rpcg236lhn0oysv4fq2k) – will cut the actual release in 72 hours. -- This is an automated message from the Apache

Re: [PR] Publish build scans to develocity.apache.org [logging-parent]

2025-02-07 Thread via GitHub
gmcdonald commented on PR #313: URL: https://github.com/apache/logging-parent/pull/313#issuecomment-2644030669 awesome thank you. cc @clayburn -- 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

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-07 Thread via GitHub
swebb2066 commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2644524432 Have you considered sending logging events via the [fluent-bit Forward Upstream plugin](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/classic-mode/

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-07 Thread via GitHub
lu-xiaoshuang commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2644538331 > Have you considered sending logging events via the [fluent-bit Forward Upstream plugin](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/classic

Re: [PR] Bump github/codeql-action from 3.28.8 to 3.28.9 [logging-parent]

2025-02-07 Thread via GitHub
github-actions[bot] merged PR #326: URL: https://github.com/apache/logging-parent/pull/326 -- 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

Re: [PR] Improve configuration error handling of HttpAppender (logging-log4j2)

2025-02-07 Thread via GitHub
ppkarwasz commented on PR #3438: URL: https://github.com/apache/logging-log4j2/pull/3438#issuecomment-2642724096 > `./mvnw spotless:apply` used this and committed the formatting, what else do i need to do in the PR? We have two style rules for the code: - We use the Palantir Ja

Re: [I] Reload of key/trustsore when re-establishing a connection (logging-log4j2)

2025-02-07 Thread via GitHub
ppkarwasz commented on issue #3074: URL: https://github.com/apache/logging-log4j2/issues/3074#issuecomment-2642737553 @MichaelMorrisEst, We have a rather busy moment at work, but I'll try to look at it in the weekend. cc/ @vy -- This is an automated message from the Apache Git Se

Re: [I] Reload of key/trustsore when re-establishing a connection (logging-log4j2)

2025-02-07 Thread via GitHub
MichaelMorrisEst commented on issue #3074: URL: https://github.com/apache/logging-log4j2/issues/3074#issuecomment-2642656452 Hi @ppkarwasz Just a gentle reminder if you get time to look at this, thanks -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] Improve configuration error handling of HttpAppender (logging-log4j2)

2025-02-07 Thread via GitHub
Suvrat1629 commented on PR #3438: URL: https://github.com/apache/logging-log4j2/pull/3438#issuecomment-2642579413 @ppkarwasz `./mvnw spotless:apply` used this and committed the formatting, what else do i need to do in the PR? -- This is an automated message from the Apache Git Service

Re: [PR] Improve configuration error handling of HttpAppender (logging-log4j2)

2025-02-07 Thread via GitHub
Suvrat1629 commented on PR #3438: URL: https://github.com/apache/logging-log4j2/pull/3438#issuecomment-2642791131 Yeah I just realized that when i ran `mvn clean install`, I'll keep in mind to avoid wildcard imports next time. -- This is an automated message from the Apache Git Service. T

[I] DefaultConfigurationBuilder - is not final but cannot be practically extended due to (in)visibility of private fields (logging-log4j2)

2025-02-07 Thread via GitHub
JWT007 opened a new issue, #3441: URL: https://github.com/apache/logging-log4j2/issues/3441 Log4j 2.24..3 The DefaultConfigurationBuilder is not final but it practically not extensible because access to the root and other components is private. This implementation could ben