ppkarwasz commented on code in PR #2790: URL: https://github.com/apache/logging-log4j2/pull/2790#discussion_r1701711501
########## src/site/antora/modules/ROOT/examples/manual/appenders/database/nosql-log-event.json: ########## Review Comment: Unfortunately it is not possible to use JTL with the NoSQL appender. It only accepts layouts that return a `MapMessage` as an abstraction of NoSQL document. The serialization is hardcoded in `NoSqlDatabaseManager` and this is something users complain about (see #1751) for example. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
