Closed
Database Appender in log4j2.xml
I have a requirement that I need to store all REST and SOAP Request and Response to be stored in my Database . I understand that this can be achieved using Database appender but not able to configure . Please help me regarding this requirement .
Interesting, I've never heard of this, it seems it is called a JDBC Appender. Log4j2 is not customized by Pega, so you can find and use documentation about its configuration online:
http://logging.apache.org/log4j/2.x/manual/appenders.html#JDBCAppender
https://www.boraji.com/log4j-2-jdbcappender-example