jupyter/postgres/postgresql.conf
2025-07-15 18:40:59 +02:00

7 lines
171 B
Plaintext

log_destination = 'stderr'
logging_collector = on
log_directory = '/var/log/postgres'
log_filename = 'postgresql-%Y-%m-%d.log'
log_statement = 'all'
log_rotation_age = 1d