[jira] [Commented] (LOG4J2-2738) Message "ERROR Recursive call to appender" needs more diagnostic information.

2020-01-04 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008235#comment-17008235 ] Ralph Goers commented on LOG4J2-2738: - As I recall when async is enabled the Message

[jira] [Commented] (LOG4J2-2738) Message "ERROR Recursive call to appender" needs more diagnostic information.

2020-01-04 Thread Dan Armbrust (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008158#comment-17008158 ] Dan Armbrust commented on LOG4J2-2738: -- Hi Ralph, Want to tweak the sequence a lit

[jira] [Commented] (LOG4J2-2738) Message "ERROR Recursive call to appender" needs more diagnostic information.

2020-01-04 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008157#comment-17008157 ] Carter Kozak commented on LOG4J2-2738: -- I think the desired behavior can be achieve

[jira] [Commented] (LOG4J2-2738) Message "ERROR Recursive call to appender" needs more diagnostic information.

2020-01-04 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008129#comment-17008129 ] Ralph Goers commented on LOG4J2-2738: - [~mattsicker] No. The problem here is the fol

[jira] [Commented] (LOG4J2-2738) Message "ERROR Recursive call to appender" needs more diagnostic information.

2020-01-04 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008113#comment-17008113 ] Matt Sicker commented on LOG4J2-2738: - I thought this was why StatusLogger existed?

[GitHub] [logging-log4j2] joongs4 commented on issue #319: log4j-kafka added with "retryCount" function

2020-01-04 Thread GitBox
joongs4 commented on issue #319: log4j-kafka added with "retryCount" function URL: https://github.com/apache/logging-log4j2/pull/319#issuecomment-570796706 Just check below files. org.apache.logging.log4j.kafka.appender.KafkaAppender org.apache.logging.log4j.kafka.appender.KafkaApp

[GitHub] [logging-log4j2] joongs4 commented on issue #319: log4j-kafka added with "retryCount" function

2020-01-04 Thread GitBox
joongs4 commented on issue #319: log4j-kafka added with "retryCount" function URL: https://github.com/apache/logging-log4j2/pull/319#issuecomment-570796630 I fixted unit test and KafkaAppender.java if exception occurs while sending Kafka, I put retry logic. Thank you inadvance. --