[jira] [Commented] (LOG4J2-3172) SmtpManager sends emails with OFF level messages

2021-10-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430345#comment-17430345 ] ASF subversion and git services commented on LOG4J2-3172: - Commi

[jira] [Commented] (LOG4J2-3172) SmtpManager sends emails with OFF level messages

2021-10-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430344#comment-17430344 ] ASF subversion and git services commented on LOG4J2-3172: - Commi

[jira] [Closed] (LOG4J2-3172) SmtpManager sends emails with OFF level messages

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici closed LOG4J2-3172. - > SmtpManager sends emails with OFF level messages > ---

[jira] [Resolved] (LOG4J2-3172) SmtpManager sends emails with OFF level messages

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici resolved LOG4J2-3172. --- Resolution: Fixed > SmtpManager sends emails with OFF level messages > -

[jira] [Updated] (LOG4J2-3172) SmtpManager sends emails with OFF level messages

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici updated LOG4J2-3172: -- Fix Version/s: 2.15.0 > SmtpManager sends emails with OFF level messages > ---

[jira] [Commented] (LOG4J2-3172) SmtpManager sends emails with OFF level messages

2021-10-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430338#comment-17430338 ] ASF subversion and git services commented on LOG4J2-3172: - Commi

[GitHub] [logging-log4j2] vy merged pull request #588: LOG4J2-3172 Buffer immutable log events in the SmtpManager

2021-10-18 Thread GitBox
vy merged pull request #588: URL: https://github.com/apache/logging-log4j2/pull/588 -- 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-

[GitHub] [logging-log4j2] vy commented on a change in pull request #588: LOG4J2-3172: buffer immutable log events in the SmtpManager

2021-10-18 Thread GitBox
vy commented on a change in pull request #588: URL: https://github.com/apache/logging-log4j2/pull/588#discussion_r731538043 ## File path: log4j-core/src/test/java/org/apache/logging/log4j/core/net/SmtpManagerTest.java ## @@ -33,4 +45,41 @@ void testCreateManagerName() {

[GitHub] [logging-log4j2] vy commented on a change in pull request #589: LOG4J2-3174: Wrong subject on mail when it depends on the LogEvent

2021-10-18 Thread GitBox
vy commented on a change in pull request #589: URL: https://github.com/apache/logging-log4j2/pull/589#discussion_r731535795 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/net/SmtpManager.java ## @@ -273,10 +273,11 @@ protected MimeMultipart getMimeMultipa

[jira] [Commented] (LOG4J2-3165) Custom line separator for throwable breaks formatting

2021-10-18 Thread Mikhail Dobrinin (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430292#comment-17430292 ] Mikhail Dobrinin commented on LOG4J2-3165: -- [~vy] note that separator should be

[jira] [Commented] (LOG4J2-3165) Custom line separator for throwable breaks formatting

2021-10-18 Thread Mikhail Dobrinin (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430289#comment-17430289 ] Mikhail Dobrinin commented on LOG4J2-3165: -- Compare with output of a more stand

[jira] [Comment Edited] (LOG4J2-3165) Custom line separator for throwable breaks formatting

2021-10-18 Thread Mikhail Dobrinin (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430287#comment-17430287 ] Mikhail Dobrinin edited comment on LOG4J2-3165 at 10/19/21, 2:49 AM: -

[jira] [Commented] (LOG4J2-3165) Custom line separator for throwable breaks formatting

2021-10-18 Thread Mikhail Dobrinin (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430287#comment-17430287 ] Mikhail Dobrinin commented on LOG4J2-3165: -- I was able to reproduce using the t

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #589: LOG4J2-3174: Wrong subject on mail when it depends on the LogEvent

2021-10-18 Thread GitBox
garydgregory commented on a change in pull request #589: URL: https://github.com/apache/logging-log4j2/pull/589#discussion_r731293695 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/net/SmtpManager.java ## @@ -273,10 +273,11 @@ protected MimeMultipart getM

[GitHub] [logging-log4j2] jvz commented on a change in pull request #589: LOG4J2-3174: Wrong subject on mail when it depends on the LogEvent

2021-10-18 Thread GitBox
jvz commented on a change in pull request #589: URL: https://github.com/apache/logging-log4j2/pull/589#discussion_r731254376 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/net/SmtpManager.java ## @@ -273,10 +273,11 @@ protected MimeMultipart getMimeMultip

[GitHub] [logging-log4j2] barrynfleming commented on a change in pull request #588: LOG4J2-3172: buffer immutable log events in the SmtpManager

2021-10-18 Thread GitBox
barrynfleming commented on a change in pull request #588: URL: https://github.com/apache/logging-log4j2/pull/588#discussion_r731252556 ## File path: log4j-core/src/test/java/org/apache/logging/log4j/core/net/SmtpManagerTest.java ## @@ -33,4 +45,41 @@ void testCreateManagerName

[GitHub] [logging-log4j2] romainmoreau commented on pull request #589: LOG4J2-3174: Wrong subject on mail when it depends on the LogEvent

2021-10-18 Thread GitBox
romainmoreau commented on pull request #589: URL: https://github.com/apache/logging-log4j2/pull/589#issuecomment-946087235 @vy done! -- 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

[jira] [Commented] (LOG4J2-3175) Kafka appender with new topic configuration get overried by the old one

2021-10-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430144#comment-17430144 ] ASF subversion and git services commented on LOG4J2-3175: - Commi

[jira] [Commented] (LOG4J2-3175) Kafka appender with new topic configuration get overried by the old one

2021-10-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430145#comment-17430145 ] ASF subversion and git services commented on LOG4J2-3175: - Commi

[jira] [Commented] (LOG4J2-3175) Kafka appender with new topic configuration get overried by the old one

2021-10-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430143#comment-17430143 ] ASF subversion and git services commented on LOG4J2-3175: - Commi

[CI][UNSTABLE] Logging/log4j/release-2.x#367 has test failures

2021-10-18 Thread Mr. Jenkins
BUILD UNSTABLE Build URL https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/367/ Project: release-2.x Date of build: Mon, 18 Oct 2021 16:57:58 + Build duration: 1 hr 5 min and counting JUnit Tests Name: (root) Failed: 0 test(s), P

[jira] [Commented] (LOG4J2-3177) Log4jLogger swallows stack trace if throwable is only present in parameter list and not given explicitly

2021-10-18 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430119#comment-17430119 ] Carter Kozak commented on LOG4J2-3177: -- Is there any chance you could provide a fai

[jira] [Commented] (LOG4J2-3176) Email reminder cannot modify character set

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430098#comment-17430098 ] Volkan Yazici commented on LOG4J2-3176: --- Thanks for the report [~Paradoxw]! Would

[jira] [Resolved] (LOG4J2-3175) Kafka appender with new topic configuration get overried by the old one

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici resolved LOG4J2-3175. --- Resolution: Fixed > Kafka appender with new topic configuration get overried by the old one

[jira] [Closed] (LOG4J2-3175) Kafka appender with new topic configuration get overried by the old one

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici closed LOG4J2-3175. - > Kafka appender with new topic configuration get overried by the old one >

[jira] [Assigned] (LOG4J2-3175) Kafka appender with new topic configuration get overried by the old one

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici reassigned LOG4J2-3175: - Assignee: Volkan Yazici > Kafka appender with new topic configuration get overried by t

[jira] [Updated] (LOG4J2-3175) Kafka appender with new topic configuration get overried by the old one

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici updated LOG4J2-3175: -- Fix Version/s: 2.15.0 > Kafka appender with new topic configuration get overried by the old on

[GitHub] [logging-log4j2] vy commented on pull request #590: LOG4J2-3175 Avoid KafkaManager override when topics differ.

2021-10-18 Thread GitBox
vy commented on pull request #590: URL: https://github.com/apache/logging-log4j2/pull/590#issuecomment-945970019 Great work @wuqian0808! Thanks so much! -- 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

[GitHub] [logging-log4j2] vy merged pull request #590: LOG4J2-3175 Avoid KafkaManager override when topics differ.

2021-10-18 Thread GitBox
vy merged pull request #590: URL: https://github.com/apache/logging-log4j2/pull/590 -- 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-

[GitHub] [logging-log4j2] vy commented on a change in pull request #590: LOG4J2-3175 Avoid KafkaManager override when topics differ.

2021-10-18 Thread GitBox
vy commented on a change in pull request #590: URL: https://github.com/apache/logging-log4j2/pull/590#discussion_r731128382 ## File path: src/changes/changes.xml ## @@ -5450,6 +5450,9 @@ Make sure all application facing log methods use their own FQCN. This patch

[GitHub] [logging-log4j2] vy commented on pull request #587: Avoid kafka with new topic configuration get overried by the old one

2021-10-18 Thread GitBox
vy commented on pull request #587: URL: https://github.com/apache/logging-log4j2/pull/587#issuecomment-945967507 This PR is superseded by #590. -- 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 th

[jira] [Assigned] (LOG4J2-3174) Wrong subject on mail when it depends on the LogEvent

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici reassigned LOG4J2-3174: - Assignee: Volkan Yazici > Wrong subject on mail when it depends on the LogEvent > -

[GitHub] [logging-log4j2] vy commented on pull request #589: LOG4J2-3174: Wrong subject on mail when it depends on the LogEvent

2021-10-18 Thread GitBox
vy commented on pull request #589: URL: https://github.com/apache/logging-log4j2/pull/589#issuecomment-945964115 @romainmoreau, thanks so much for the PR! Would you also mind updating `changes.xml`, please? -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [logging-log4j2] vy commented on a change in pull request #589: LOG4J2-3174: Wrong subject on mail when it depends on the LogEvent

2021-10-18 Thread GitBox
vy commented on a change in pull request #589: URL: https://github.com/apache/logging-log4j2/pull/589#discussion_r731122734 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/net/SmtpManager.java ## @@ -273,10 +273,11 @@ protected MimeMultipart getMimeMultipa

[jira] [Commented] (LOG4J2-3173) KafkaAppender for log4j2 prevents an app from terminating

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430087#comment-17430087 ] Volkan Yazici commented on LOG4J2-3173: --- Thanks so much for the investigation and

[jira] [Assigned] (LOG4J2-3172) SmtpManager sends emails with OFF level messages

2021-10-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici reassigned LOG4J2-3172: - Assignee: Volkan Yazici > SmtpManager sends emails with OFF level messages > --

[GitHub] [logging-log4j2] vy commented on a change in pull request #588: LOG4J2-3172: buffer immutable log events in the SmtpManager

2021-10-18 Thread GitBox
vy commented on a change in pull request #588: URL: https://github.com/apache/logging-log4j2/pull/588#discussion_r731110308 ## File path: log4j-core/src/test/java/org/apache/logging/log4j/core/net/SmtpManagerTest.java ## @@ -33,4 +45,41 @@ void testCreateManagerName() {

[jira] [Updated] (LOG4J2-3177) Log4jLogger swallows stack trace if throwable is only present in parameter list and not given explicitly

2021-10-18 Thread Richard Eckart de Castilho (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Eckart de Castilho updated LOG4J2-3177: --- Description: I have the feeling that this code below from the Log4jL

[jira] [Created] (LOG4J2-3177) Log4jLogger swallows stack trace if throwable is only present in parameter list and not given explicitly

2021-10-18 Thread Richard Eckart de Castilho (Jira)
Richard Eckart de Castilho created LOG4J2-3177: -- Summary: Log4jLogger swallows stack trace if throwable is only present in parameter list and not given explicitly Key: LOG4J2-3177 URL: https://issues.

[jira] [Created] (LOG4J2-3176) Email reminder cannot modify character set

2021-10-18 Thread ChenYuwang (Jira)
ChenYuwang created LOG4J2-3176: -- Summary: Email reminder cannot modify character set Key: LOG4J2-3176 URL: https://issues.apache.org/jira/browse/LOG4J2-3176 Project: Log4j 2 Issue Type: Bug

[GitHub] [logging-log4j2] wuqian0808 commented on pull request #590: Log4j2-2978-Avoid kafka with new topic configuration get overried by the old one

2021-10-18 Thread GitBox
wuqian0808 commented on pull request #590: URL: https://github.com/apache/logging-log4j2/pull/590#issuecomment-945539336 @vy Updated according to your comments. Kindly help to approve. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [logging-log4j2] wuqian0808 commented on pull request #587: Avoid kafka with new topic configuration get overried by the old one

2021-10-18 Thread GitBox
wuqian0808 commented on pull request #587: URL: https://github.com/apache/logging-log4j2/pull/587#issuecomment-945538590 replace with new pr -- 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

[GitHub] [logging-log4j2] wuqian0808 closed pull request #587: Avoid kafka with new topic configuration get overried by the old one

2021-10-18 Thread GitBox
wuqian0808 closed pull request #587: URL: https://github.com/apache/logging-log4j2/pull/587 -- 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: notifi

[jira] [Created] (LOG4J2-3175) Kafka appender with new topic configuration get overried by the old one

2021-10-18 Thread wuqian (Jira)
wuqian created LOG4J2-3175: -- Summary: Kafka appender with new topic configuration get overried by the old one Key: LOG4J2-3175 URL: https://issues.apache.org/jira/browse/LOG4J2-3175 Project: Log4j 2