From: Marcin Krol Date: Sat, 13 Dec 2025 17:46:13 +0000 (+0100) Subject: - enable custom log prefix X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=refs%2Fheads%2FPGSQL_16;p=packages%2Fpostgresql.git - enable custom log prefix --- diff --git a/postgresql-conf.patch b/postgresql-conf.patch index b56d003..58a9062 100644 --- a/postgresql-conf.patch +++ b/postgresql-conf.patch @@ -61,7 +61,7 @@ #log_error_verbosity = default # terse, default, or verbose messages #log_hostname = off -#log_line_prefix = '%m [%p] ' # special values: -+#log_line_prefix = '%m [%p] %q%h/%a %u/%d ' # special values: ++log_line_prefix = '%m [%p] %q%h/%a %u/%d ' # special values: # %a = application name # %u = user name # %d = database name