diff --git a/manifests/postgres/configmap.yaml b/manifests/postgres/configmap.yaml index 8598d48..a9341ba 100644 --- a/manifests/postgres/configmap.yaml +++ b/manifests/postgres/configmap.yaml @@ -78,10 +78,10 @@ data: max_prepared_transactions = 0 # log settings - # log_destination = 'stderr' - # logging_collector = on - # log_directory = 'pg_log' - # log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' - # log_min_duration_statement = 1000 - # log_lock_waits = on - # log_checkpoints = on \ No newline at end of file + log_destination = 'stderr' + logging_collector = on + log_directory = 'pg_log' + log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' + log_min_duration_statement = 1000 + log_lock_waits = on + log_checkpoints = on \ No newline at end of file