From: Marcin Krol Date: Sat, 13 Dec 2025 17:46:41 +0000 (+0100) Subject: - enable custom log prefix X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=1f74c40a3abc9fc0edb349e852350d91e1c584d4;p=packages%2Fpostgresql.git - enable custom log prefix --- diff --git a/postgresql-conf.patch b/postgresql-conf.patch index c9b90b9..d108b65 100644 --- a/postgresql-conf.patch +++ b/postgresql-conf.patch @@ -64,7 +64,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