[jira] [Commented] (LOG4J2-3396) ERROR Recursive call to appender mongodb with spring boot root logger

2022-02-22 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17496251#comment-17496251 ] Ralph Goers commented on LOG4J2-3396: - Yes, Gary is mistaken. MongoDB may log to SLF4J but then that

[jira] [Commented] (LOG4J2-3396) ERROR Recursive call to appender mongodb with spring boot root logger

2022-02-22 Thread Omer U (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17496189#comment-17496189 ] Omer U commented on LOG4J2-3396: [~ggregory], If I understood correctly for loop to happen, both

[jira] [Commented] (LOG4J2-3396) ERROR Recursive call to appender mongodb with spring boot root logger

2022-02-22 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17496096#comment-17496096 ] Gary D. Gregory commented on LOG4J2-3396: - I am guessing there is a loop between slf4j and Log4j

[jira] [Commented] (LOG4J2-3396) ERROR Recursive call to appender mongodb with spring boot root logger

2022-02-22 Thread Omer U (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17496031#comment-17496031 ] Omer U commented on LOG4J2-3396: [~ppkarwasz] thank you. This seem to work. No stall, all logs except

[jira] [Commented] (LOG4J2-3396) ERROR Recursive call to appender mongodb with spring boot root logger

2022-02-22 Thread Piotr P. Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17496024#comment-17496024 ] Piotr P. Karwasz commented on LOG4J2-3396: -- Have you tried: {code:xml}

[jira] [Commented] (LOG4J2-3396) ERROR Recursive call to appender mongodb with spring boot root logger

2022-02-22 Thread Omer U (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17495999#comment-17495999 ] Omer U commented on LOG4J2-3396: Will we be able to run mongodb appender for root logger? May be mongodb

[jira] [Commented] (LOG4J2-3396) ERROR Recursive call to appender mongodb with spring boot root logger

2022-02-19 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17494916#comment-17494916 ] Ralph Goers commented on LOG4J2-3396: - I will have to look at the example but I am 100% certain the

[jira] [Commented] (LOG4J2-3396) ERROR Recursive call to appender mongodb with spring boot root logger

2022-02-08 Thread Omer U (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17488696#comment-17488696 ] Omer U commented on LOG4J2-3396: I've created a minimal project. Modified build.gradle and created

[jira] [Commented] (LOG4J2-3396) ERROR Recursive call to appender mongodb with spring boot root logger

2022-02-07 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17488522#comment-17488522 ] Gary D. Gregory commented on LOG4J2-3396: - Would you provide a PR on GitHub with a test that