| From: | Umar Hayat <postgresql(dot)wizard(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | jsonlog missing from logging_collector description |
| Date: | 2025-01-31 09:09:48 |
| Message-ID: | CAD68Dp1K_vBYqBEukHw=1jF7e76t8aszGZTFL2ugi=H7r=a7MA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi Hackers,
Enabling logging_collector is required for json log. During jsonlog
implementation [1], log destination and logging_collector comments in
postgresql.conf.sample and documentation was updated but
logging_collector short description was not updated in guc.c (which is
guc_table.c now).
Attached is the patch for this minor fix.
Regards
--
Umar Hayat
Bitnine (https://bitnine.net/)
| Attachment | Content-Type | Size |
|---|---|---|
| v0-logging-collector-jsonlog.patch | application/octet-stream | 900 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2025-01-31 09:12:38 | Re: jsonlog missing from logging_collector description |
| Previous Message | Alexander Korotkov | 2025-01-31 09:07:17 | Re: Add SPLIT PARTITION/MERGE PARTITIONS commands |