mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Mention jsonlog in description of logging_collector in GUC table
logging_collector was only mentioning stderr and csvlog, and forgot
about jsonlog.  Oversight in dc686681e0, 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
			
			
This commit is contained in:
		@@ -1815,7 +1815,7 @@ static struct config_bool ConfigureNamesBool[] =
 | 
				
			|||||||
	},
 | 
						},
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		{"logging_collector", PGC_POSTMASTER, LOGGING_WHERE,
 | 
							{"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
 | 
								NULL
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		&Logging_collector,
 | 
							&Logging_collector,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user