123
This commit is contained in:
7
infra/postgres/postgresql.conf
Normal file
7
infra/postgres/postgresql.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
listen_addresses = '*'
|
||||
logging_collector = on
|
||||
log_directory = '/var/log/postgresql'
|
||||
log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log'
|
||||
log_statement = 'ddl'
|
||||
log_min_duration_statement = 500
|
||||
log_line_prefix = '%m [%p] %u@%d '
|
||||
Reference in New Issue
Block a user