jsonlog missing from logging_collector description

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: Raw Message | Whole Thread | 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.

[1] https://www.postgresql.org/message-id/CAH7T-aqswBM6JWe4pDehi1uOiufqe06DJWaU5=X7dDLyqUExHg@mail.gmail.com

Regards
--
Umar Hayat
Bitnine (https://bitnine.net/)

Attachment Content-Type Size
v0-logging-collector-jsonlog.patch application/octet-stream 900 bytes

Responses

Browse pgsql-hackers by date

  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