I have a 'post install' script that disables pgbouncer logging because it fills up the /var partition with logging, when a lot of e-mail is processed. The logging itself is not particularly useful. Would it be possible to disable these 2 settings by default in pgbouncer.ini?
pgbouncer.ini:
; log if client connects or server connection is made
log_connections = 0
; log if and why connection was closed
log_disconnections = 0
I have a 'post install' script that disables pgbouncer logging because it fills up the /var partition with logging, when a lot of e-mail is processed. The logging itself is not particularly useful. Would it be possible to disable these 2 settings by default in pgbouncer.ini?
pgbouncer.ini:
; log if client connects or server connection is made log_connections = 0
; log if and why connection was closed log_disconnections = 0