Postgresql – Log4j2 properties file JDBC appender – cast context variable to uuid
I have the following database table (PostgreSQL) create table audit_read ( level text, account_id uuid, message text ); I want to insert a database record when a logging event occurs. I have therefore the following configuration (properties file): appender.read.type =…