bicep/postgres: log connections/disconnections

This commit is contained in:
h7x4
2026-07-21 15:34:07 +09:00
parent d3c9fabbc2
commit 9a837d210d
@@ -77,9 +77,15 @@ in
maintenance_io_concurrency = 100;
wal_recycle = true;
# -------------------------------- #
# Authentication
password_encryption = "scram-sha-256";
# Logging
log_connections = "authorization";
log_disconnections = true;
# SSL
ssl = true;
ssl_cert_file = "/run/credentials/postgresql.service/cert";