G0-G4 opened a new issue, #1405: URL: https://github.com/apache/logging-log4j2/issues/1405
## Description It is impossible to provide ColumnMapiing type in properties format. For example I want to write `journal_id` in database as an integer. I can't write something like this ``` appender.message_appender.columnMappings[1].type = ColumnMapping appender.message_appender.columnMappings[1].name = journal_id appender.message_appender.columnMappings[1].type = java.lang.Integer # can't have two type parameters ``` ## Configuration **Version:** 2.11.0 **Operating system:** windows 10 **JDK:** OpenJDK 17.0.2 -- 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]
