aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc_tables.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2025-02-02 11:31:21 +0900
committerMichael Paquier <michael@paquier.xyz>2025-02-02 11:31:21 +0900
commitd61b9662b09ea55d175680cc31b24768d95972f6 (patch)
tree3f3329e16e5857710995d09321aba7776116a45e /src/backend/utils/misc/guc_tables.c
parent43493cceda2fb75e07a63cec46000407661d505d (diff)
downloadpostgresql-d61b9662b09ea55d175680cc31b24768d95972f6.tar.gz
postgresql-d61b9662b09ea55d175680cc31b24768d95972f6.zip
Mention jsonlog in description of logging_collector in GUC table
logging_collector was only mentioning stderr and csvlog, and forgot about jsonlog. Oversight in dc686681e079, that has added support for jsonlog in log_destination. While on it, the description in the GUC table is tweaked to be more consistent with the documentation and postgresql.conf.sample. Author: Umar Hayat Reviewed-by: Ashutosh Bapat, Tom Lane Discussion: https://postgr.es/m/CAD68Dp1K_vBYqBEukHw=1jF7e76t8aszGZTFL2ugi=H7r=a7MA@mail.gmail.com Backpatch-through: 13
Diffstat (limited to 'src/backend/utils/misc/guc_tables.c')
-rw-r--r--src/backend/utils/misc/guc_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc_tables.c b/src/backend/utils/misc/guc_tables.c
index 0bdfc839078..71448bb4fdd 100644
--- a/src/backend/utils/misc/guc_tables.c
+++ b/src/backend/utils/misc/guc_tables.c
@@ -1692,7 +1692,7 @@ struct config_bool ConfigureNamesBool[] =
},
{
{"logging_collector", PGC_POSTMASTER, LOGGING_WHERE,
- gettext_noop("Start a subprocess to capture stderr output and/or csvlogs into log files."),
+ gettext_noop("Start a subprocess to capture stderr, csvlog and/or jsonlog into log files."),
NULL
},
&Logging_collector,