[GitHub] [logging-log4j2] carterkozak commented on a diff in pull request #1141: (doc) Use Gradle platform to import Log4j BOM in Gradle 5.0+

2022-11-14 Thread GitBox
carterkozak commented on code in PR #1141: URL: https://github.com/apache/logging-log4j2/pull/1141#discussion_r1022090185 ## src/site/markdown/maven-artifacts.md.vm: ## @@ -149,14 +149,29 @@ file. When you specify the version identifier in this section, you don't have to ```

[GitHub] [logging-log4j2] ppkarwasz commented on a diff in pull request #1141: (doc) Use Gradle platform to import Log4j BOM in Gradle 5.0+

2022-11-14 Thread GitBox
ppkarwasz commented on code in PR #1141: URL: https://github.com/apache/logging-log4j2/pull/1141#discussion_r1022085759 ## src/site/markdown/maven-artifacts.md.vm: ## @@ -149,14 +149,29 @@ file. When you specify the version identifier in this section, you don't have to ```

[GitHub] [logging-log4j2] ppkarwasz commented on a diff in pull request #1142: (doc) Add log4j-slf4j2-impl section to maven-artifacts

2022-11-14 Thread GitBox
ppkarwasz commented on code in PR #1142: URL: https://github.com/apache/logging-log4j2/pull/1142#discussion_r1022080272 ## src/site/markdown/maven-artifacts.md.vm: ## @@ -190,10 +190,19 @@ then add the following but do not remove any Commons Logging 1.x dependencies. #depend

[jira] [Commented] (LOG4J2-3634) Log4JBridgeHandler & Tomcat Webapps: Propagating log levels leads to no handlers in the (root) logger

2022-11-14 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634048#comment-17634048 ] Piotr Karwasz commented on LOG4J2-3634: --- [~mknet], Thank you for your contributio

[GitHub] [logging-log4j2] ppkarwasz commented on a diff in pull request #1140: [LOG4J2-3634] move invocation of propagateLogLevels()

2022-11-14 Thread GitBox
ppkarwasz commented on code in PR #1140: URL: https://github.com/apache/logging-log4j2/pull/1140#discussion_r1022048836 ## log4j-jul/src/main/java/org/apache/logging/log4j/jul/Log4jBridgeHandler.java: ## @@ -1,319 +1,321 @@ -/* - * Licensed to the Apache Software Foundation (ASF

[jira] [Commented] (LOG4J2-3510) Broken titles/sections

2022-11-14 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634023#comment-17634023 ] Volkan Yazici commented on LOG4J2-3510: --- [~Chealer], sources to the website and th

[jira] [Commented] (LOG4J2-3619) Log4j stops logging when the log message contains a java.lang.StackOverflowError

2022-11-14 Thread Gary ,Verwers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633995#comment-17633995 ] Gary ,Verwers commented on LOG4J2-3619: --- [~Ragi] you can look at the ringbuffer ob

[jira] [Commented] (LOG4J2-3619) Log4j stops logging when the log message contains a java.lang.StackOverflowError

2022-11-14 Thread Gary ,Verwers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633986#comment-17633986 ] Gary ,Verwers commented on LOG4J2-3619: --- [~Ragi] I found the consumer thread waiti

[jira] [Commented] (LOG4J2-3632) Using log4j-1_2-api to load XML configuration - Logger.getAppenders() empty

2022-11-14 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633914#comment-17633914 ] Jeff Thomas commented on LOG4J2-3632: - Hallo Ralph, if I am not mistaken, I can alw

[jira] [Commented] (LOG4J2-3632) Using log4j-1_2-api to load XML configuration - Logger.getAppenders() empty

2022-11-14 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633893#comment-17633893 ] Ralph Goers commented on LOG4J2-3632: - We have had others try to do something simila

[jira] [Updated] (LOG4J2-3634) Log4JBridgeHandler & Tomcat Webapps: Propagating log levels leads to no handlers in the (root) logger

2022-11-14 Thread Marcel Koch (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Koch updated LOG4J2-3634: Description: In short: The loggers are altered before the handlers are added to the (root) logger

[jira] [Updated] (LOG4J2-3634) Log4JBridgeHandler & Tomcat Webapps: Propagating log levels leads to no handlers in the (root) logger

2022-11-14 Thread Marcel Koch (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Koch updated LOG4J2-3634: External issue URL: https://github.com/apache/logging-log4j2/pull/1140 > Log4JBridgeHandler & Tomc

[GitHub] [logging-log4j2] mknet opened a new pull request, #1140: [LOG4J2-3634] move invocation of propagateLogLevels()

2022-11-14 Thread GitBox
mknet opened a new pull request, #1140: URL: https://github.com/apache/logging-log4j2/pull/1140 See https://issues.apache.org/jira/browse/LOG4J2-3634 -- 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

[jira] [Updated] (LOG4J2-3634) Log4JBridgeHandler & Tomcat Webapps: Propagating log levels leads to no handlers in the (root) logger

2022-11-14 Thread Marcel Koch (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Koch updated LOG4J2-3634: Description: In short: The loggers are altered before the handlers are added to the (root) logger

[jira] [Updated] (LOG4J2-3634) Log4JBridgeHandler & Tomcat Webapps: Propagating log levels leads to no handlers in the (root) logger

2022-11-14 Thread Marcel Koch (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Koch updated LOG4J2-3634: Summary: Log4JBridgeHandler & Tomcat Webapps: Propagating log levels leads to no handlers in the (

[jira] [Created] (LOG4J2-3634) Propagating log levels leads to no handlers in the (root) logger

2022-11-14 Thread Marcel Koch (Jira)
Marcel Koch created LOG4J2-3634: --- Summary: Propagating log levels leads to no handlers in the (root) logger Key: LOG4J2-3634 URL: https://issues.apache.org/jira/browse/LOG4J2-3634 Project: Log4j 2

[jira] [Updated] (LOG4J2-3634) Log4JBridgeHandler: Propagating log levels leads to no handlers in the (root) logger

2022-11-14 Thread Marcel Koch (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Koch updated LOG4J2-3634: Summary: Log4JBridgeHandler: Propagating log levels leads to no handlers in the (root) logger (wa

[jira] [Commented] (LOG4J2-3619) Log4j stops logging when the log message contains a java.lang.StackOverflowError

2022-11-14 Thread Venkatesh (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633769#comment-17633769 ] Venkatesh commented on LOG4J2-3619: --- [~gverwers] How did you identify that Consumer st

[jira] [Comment Edited] (LOG4J2-3619) Log4j stops logging when the log message contains a java.lang.StackOverflowError

2022-11-14 Thread Venkatesh (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633515#comment-17633515 ] Venkatesh edited comment on LOG4J2-3619 at 11/14/22 12:45 PM:

[jira] [Comment Edited] (LOG4J2-3619) Log4j stops logging when the log message contains a java.lang.StackOverflowError

2022-11-14 Thread Venkatesh (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633515#comment-17633515 ] Venkatesh edited comment on LOG4J2-3619 at 11/14/22 12:44 PM:

[jira] [Comment Edited] (LOG4J2-3619) Log4j stops logging when the log message contains a java.lang.StackOverflowError

2022-11-14 Thread Venkatesh (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633515#comment-17633515 ] Venkatesh edited comment on LOG4J2-3619 at 11/14/22 12:41 PM:

[jira] [Commented] (LOG4J2-3632) Using log4j-1_2-api to load XML configuration - Logger.getAppenders() empty

2022-11-14 Thread Jeff Thomas (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633642#comment-17633642 ] Jeff Thomas commented on LOG4J2-3632: - Hello [~pkarwasz] /  [~rgoers] , thanks for