Skip to content

fix(auditlog): use postgres connection pool instead of connection

Henk van Maanen requested to merge review/279-auditlog-db-check into main

Issue: #279 (closed)

A single connection is not concurrent safe, the pool needs to be used. This will fix the conn closed error we saw in the auditlog component logs

Merge request reports