From 0899076245679088af2dc7c8755cdaf50ff74a2e Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 13 Dec 2025 18:45:47 +0100 Subject: [PATCH] - enable custom log prefix --- postgresql-conf.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql-conf.patch b/postgresql-conf.patch index c147f22..e25065f 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 -- 2.52.0