[jira] [Commented] (LOG4J2-3094) How to use log4j2 to send syslog to multiple addresses and ports dynamiclly?

2021-06-05 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17358004#comment-17358004 ] Ralph Goers commented on LOG4J2-3094: - Well, you can create an appender to do almost

[CI][FAILURE] Logging/chainsaw/master#26 has potential issues

2021-06-05 Thread Mr. Jenkins
BUILD FAILURE Build URL https://ci-builds.apache.org/job/Logging/job/chainsaw/job/master/26/ Project: master Date of build: Sun, 06 Jun 2021 00:33:58 + Build duration: 1 min 22 sec and counting JUnit Tests Name: org.apache.log4j.chainsaw Failed:

[jira] [Updated] (LOG4J2-3094) How to use log4j2 to send syslog to multiple addresses and ports dynamiclly?

2021-06-05 Thread wang chong (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wang chong updated LOG4J2-3094: --- Summary: How to use log4j2 to send syslog to multiple addresses and ports dynamiclly? (was: How to

[jira] [Updated] (LOG4J2-3094) How to use log4j2 to send syslog to multiple addresses and ports.

2021-06-05 Thread wang chong (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wang chong updated LOG4J2-3094: --- Description: I want to use log4j2 to send syslog to multiple addresses and ports.  My syslog hosts a

[jira] [Reopened] (LOG4J2-3094) How to use log4j2 to send syslog to multiple addresses and ports.

2021-06-05 Thread wang chong (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wang chong reopened LOG4J2-3094: > How to use log4j2 to send syslog to multiple addresses and ports. > ---

[jira] [Commented] (LOG4J2-3094) How to use log4j2 to send syslog to multiple addresses and ports.

2021-06-05 Thread wang chong (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17358003#comment-17358003 ] wang chong commented on LOG4J2-3094: My syslog hosts and ports are dynamiclly added.

[jira] [Commented] (LOG4J2-2803) Create standardized scopes and dependency injection API

2021-06-05 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17358001#comment-17358001 ] Ralph Goers commented on LOG4J2-2803: - [~ggregory] Yes - we have to support existing

[CI][FAILURE] Logging/chainsaw/master#25 has potential issues

2021-06-05 Thread Mr. Jenkins
BUILD FAILURE Build URL https://ci-builds.apache.org/job/Logging/job/chainsaw/job/master/25/ Project: master Date of build: Sun, 06 Jun 2021 00:00:00 + Build duration: 1 min 35 sec and counting JUnit Tests Name: org.apache.log4j.chainsaw Failed:

[jira] [Commented] (LOG4J2-2803) Create standardized scopes and dependency injection API

2021-06-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357954#comment-17357954 ] Gary D. Gregory commented on LOG4J2-2803: - I might be playing devil's advocate h

[jira] [Comment Edited] (LOG4J2-2803) Create standardized scopes and dependency injection API

2021-06-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357952#comment-17357952 ] Gary D. Gregory edited comment on LOG4J2-2803 at 6/5/21, 10:03 PM: ---

[jira] [Commented] (LOG4J2-2803) Create standardized scopes and dependency injection API

2021-06-05 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357952#comment-17357952 ] Gary D. Gregory commented on LOG4J2-2803: - Is an unstated goal here to support e

[jira] [Updated] (LOG4J2-2803) Create standardized scopes and dependency injection API

2021-06-05 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sicker updated LOG4J2-2803: Description: h2. Context The existing plugin system revolves around {{@Plugin}} annotations which

[GitHub] [logging-log4j2] arturobernalg opened a new pull request #514: Java 8 Improvements:

2021-06-05 Thread GitBox
arturobernalg opened a new pull request #514: URL: https://github.com/apache/logging-log4j2/pull/514 Since log4j supports jdk versions > 8 the idea is to use Lambda's and method references. * Replaced Anonymous type with method reference * Replace Lambda with method reference

[GitHub] [logging-log4j2] arturobernalg opened a new pull request #513: Logger Improvements

2021-06-05 Thread GitBox
arturobernalg opened a new pull request #513: URL: https://github.com/apache/logging-log4j2/pull/513 Fix the number of {}-placeholders in the string literal argument does not match the number of other arguments to the logging call. -- This is an automated message from the Apache Git Serv