Comment 1 for bug 2007794

Revision history for this message
Bryce Harrington (bryce) wrote : Re: pg_conftool does not "recognize" lines for logging_collector

Thanks for the bug report and suggested fix.

I've confirmed the behavior occurs as described, in a lunar lxc container:

root@triage-lunar:/home/bryce# pg_conftool /etc/postgresql/15/main/postgresql.conf set logging_collector on
root@triage-lunar:/home/bryce# grep logging_collector /etc/postgresql/15/main/postgresql.conf
logging_collector on
#logging_collector = off # Enable capturing of stderr, jsonlog,
# These are only used if logging_collector is on:
root@triage-lunar:/home/bryce#