From 89279125d54db4d246448c0d5d3eee126fb43c48 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 3 Dec 2018 13:40:38 +0000 Subject: [PATCH] - really use full syslog ident --- postgresql-conf.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql-conf.patch b/postgresql-conf.patch index 1516664..305879f 100644 --- a/postgresql-conf.patch +++ b/postgresql-conf.patch @@ -16,7 +16,7 @@ -#syslog_facility = 'LOCAL0' -#syslog_ident = 'postgres' +syslog_facility = 'LOCAL0' -+syslog_ident = 'postgres-9.5' ++syslog_ident = 'postgresql-9.5' # This is only relevant when logging to eventlog (win32): # (change requires restart) -- 2.44.0