Description
Logging to Log4j2 MongoDb4 Appender on trace, debug and info log level give the following error
ERROR Recursive call to appender
but give success result and the log got written to the mongodb database when using warn or error log level.
Possibly something recursive call happens with info log level that causing this bug.
Here is the repository that contain the very minimal code to reproduce the error. The configuration is provided in the log4j2.xml file.
Attachments
Attachments
Issue Links
- links to